/maxpriority:[priority] Only tests whose priority is less than or equal to this value will be executed. Example: /minpriority:0 /maxpriority:2
/GC[:(allocation|lifetime) Enable managed memory profiling. It is possible to enable tracing of allocations only (/GC:allocation) ...
/GS can not protect parameters and local variables from local buffer overrun because optimizations are disabled in function ...
/help Displays this usage message (short form: /? or /h). /nologo Do not display the startup banner and copyright message. ...
/MANIFESTFILE lets you change the default name of the manifest file. The default name of the manifest file is the file name ...
/maxpriority:[priority Only tests whose priority is less than or equal to this value will be executed. Example: /minpriority:0 ...
/minpriority:[priority Only tests whose priority is greater than or equal to this value will be executed. Example: /minpriority:0 ...
/m[:TYPE /memory[:TYPE Enable managed memory profiling. It is possible to enable tracing of allocations only (/m:allocation ...
/n /nowait If this is turned on, the monitor will keep running after this process has terminated. If this is on, run again ...
/noisolation Run tests within the MSTest.exe process. This choice improves test run speed but increases risk to the MSTest.exe ...