Currently I can have some answers for my needs:
-
A specific test (ie. a test written by a method marked
[TestMethod()]
)
UseMSTest.exe
/container:
TheAssemblyContainingYourSpecificTest/test:
TheSpecificTestName -
All tests in a class
UseMSTest.exe
/container:
TheAssemblyContainingYourClass/test:
TheClassNameWithFullNamespace
Note that the/test:
is the filter which uses the full name of the class when filtering.
The others are still left unknown. Please disscuss if you know how.