Summary
This namespace contain types used to interact with MSTest.
Class Types
Class | Summary |
---|---|
MSTestAliases |
Contains functionality related to running MSTest unit tests. In order to use the commands for this alias, MSTest will need to be installed on the machine where the Cake script is being executed. This is typically achieved by having either Visual Studio installed, or by using the Microsoft Build Tools, for example, for 2015. |
MSTestRunner | The MSTest unit test runner. |
MSTestSettings |
Contains settings used by MSTestRunner .
|