-
1 TestMethod attribute
The attribute added to a method element to indicate it is a coded test. -
2 test method
Any method that is marked with the TestMethod attribute. You cannot run a unit test if its test method is not in a test class.
См. также в других словарях:
MSTest — is a software unit testing framework developed by Microsoft, which integrates closely with Visual Studio. MSTest lets you create, manage and run unit tests from within the Visual Studio IDE, as well as externally, from the command line.MSTest… … Wikipedia