Forum member

MarcB

1 post

Posts by MarcB

  1. Support Visual Studio 11 Test executable (VSTest)

    It would be great to support the new test executable used in Visual Studio 11. It's the only test framework that support new .Net 4.5 Async tests pattern with the "await" keyword in a test. For now the following test fails. [TestMethod] [ExpectedException(typeof(NotSupportedException))] p…