How to customize MSTest.exe?
I have a class and methods inside it written in C#. I want to run all those 开发者_C百科methods that are marked by a specific attribute (TestMethod attribute). How do I run them using MSTest?
Note: I want to do it in command line, and not in Visual Studio
MSTest.exe Command-Line Options
How to: Run Tests from the Command Line
精彩评论