Smocks icon indicating copy to clipboard operation
Smocks copied to clipboard

async/await support?

Open andrelmp opened this issue 8 years ago • 1 comments

it would be interesting support async / await to be possible to test methods like this

Smock.Run(async context =>
{
    await target.Run();
}    

andrelmp avatar Jul 11 '16 19:07 andrelmp

Hi, thanks for the suggestion. This should be fairly straightforward to add, so I will definitely consider this for a future version.

vanderkleij avatar Aug 03 '16 09:08 vanderkleij