MSTestStep
Deprecated, was previously used to set up a build step for running MSTest tests. Use the .NET VSTest runner instead. See this link for more information on migrating to the .NET VSTest runner.
See also
Constructors
Types
Functions
Deletes all configured build step conditions
Configures build step conditions
Copies parameters of this object to the specified target
Creates an instance of this build step via reflection using a no argument constructor, used during copying. Throws an error if this class doesn't have a default constructor. Subclasses can override it to create an instance without using a default constructor.
Validates this object and reports found errors to the provided consumer
Properties
Newline-separated list of assemblies to be excluded from test run. Wildcards are supported.
Newline-separated list of assemblies to be included in test run. Wildcards are supported.
Newline-separated list of testlist names from metadata to run. Every line will be translated into the /testlist: argument.
A value for the /resultsfile: command line argument
Newline-separated list of individual tests to run. Each test nae will be translated into the /test: argument.