Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

async/await support? #22

Open
andrelmp opened this issue Jul 11, 2016 · 1 comment
Open

async/await support? #22

andrelmp opened this issue Jul 11, 2016 · 1 comment

Comments

@andrelmp
Copy link

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

Smock.Run(async context =>
{
    await target.Run();
}    
@vanderkleij
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants