Leaping Gorilla Testing 4.2.17
Given
methods may now have a return type of Task and may optionally be decorated with the async
keyword. This means you can more easily call async methods in your setup code. This is particularly useful when writing integration tests. Hat tip to @brianfeucht for the feature request.