3 people following this project (follow)

Project Description
This 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
  1. Install the NuGet package. If this is your first time installing the package on your machine, you'll have to restart Visual Studio.
  2. Download the Async Unit Test item template, which will give you an alternative to the non-async-friendly Unit Test item template.

Documentation

See the Why Do I Need This, Getting Started, Optional Component, and Advanced Usage pages.

Future Directions

Currently, only MSTest is supported. It would be great if someone could work with me to provide support for NUnit and xUnit as well.

Last edited Feb 2 at 4:18 AM by StephenCleary, version 8