Project DescriptionThis project allows writing unit tests using the async/await keywords, without having to provide your own asynchronous context for each test.
It also supports unit testing code that depends on WinForms or WPF for synchronization (e.g., Control.Invoke or Dispatcher.Invoke).
Visual Studio 2010 and Visual Studio 11 are both supported.
Installation
- Install the NuGet package. If this is your first time installing the package on your machine, you'll have to restart Visual Studio.
- Download the Async Unit Test item template, which will give you an alternative to the non-async-friendly Unit Test item template.
DocumentationSee the
Why Do I Need This,
Getting Started,
Optional Component, and
Advanced Usage pages.
Future DirectionsCurrently, only MSTest is supported. It would be great if someone could work with me to provide support for NUnit and xUnit as well.