You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add async support via new TestBuilder.AddAsyncTestBlock method
* Add TestCase.ExecuteAsync() to facilitate async/await pattern
*NOTE: TestCase.Execute is now considered legacy. It will be deprecated some time in the future.
* Under the cover changes to selectively execute regular non-awaitable test blocks as normal, but to await newly added awaitable test blocks.
Co-authored-by: Kevin B <[email protected]>
* Since ExecuteAsync returns Task, update sync wrapper to use .Wait
---------
Co-authored-by: Michael Curn <[email protected]>
Co-authored-by: Kevin B <[email protected]>
0 commit comments