Open andrelmp opened 8 years ago
it would be interesting support async / await to be possible to test methods like this
Smock.Run(async context => { await target.Run(); }
Hi, thanks for the suggestion. This should be fairly straightforward to add, so I will definitely consider this for a future version.
it would be interesting support async / await to be possible to test methods like this