Unit Test Library for Windows store apps with async helper library for C++. Using helper library async calls can be converted into sync calls and used in Unit Testing. E.g. TEST_METHOD(TestMethod1) //Act //Assert Installing this extension will add project template to create project with helper library included. Source for extension is checked in athttp://asynccppunittestlib.codeplex.com |