jcansdale / TestDriven.Net-Issues

Issue tracking for TestDriven.Net
https://github.com/jcansdale/TestDriven.Net-Issues/issues
24 stars 2 forks source link

Add support for running "Ad hoc" async methods #59

Closed jcansdale closed 7 years ago

jcansdale commented 7 years ago

NOTE: Async methods can be targeted directly and the "Ad hoc" runner will wait for them to complete (the async method mustn't return void).

jcansdale commented 7 years ago

This feature was lost when I imported the repo into GitHub. Tidy up recovered code and related unit tests.