Skip to content

Leaping Gorilla Testing 4.2.17

Compare
Choose a tag to compare
@gary-lg gary-lg released this 08 May 11:46
63ce2af

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.