This documentation is archived and is not being maintained.
MSTest Class
Visual Studio 2013
Represents the activity that runs tests using MSTest.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
The MSTest type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CacheId | Gets the identifier of the cache that is unique within the scope of the workflow definition. (Inherited from Activity.) |
![]() | Category | Gets or sets the category by which to filter tests. |
![]() | CommandLineArguments | Gets or sets a string of command line arguments to pass to MSTest.exe. |
![]() | DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity.) |
![]() | Flavor | Gets or sets the flavor of the build against which to publish test results. |
![]() | Id | Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.) |
![]() | MaxPriority | Gets or sets an integer representing the maximum priority of tests to run. |
![]() | MinPriority | Gets or sets an integer representing the minimum priority of tests to run. |
![]() | PathToResultsFilesRoot | Gets or sets the root of the path to the directory on the build agent where MSTest will put the result files (.trx files). |
![]() | Platform | Gets or sets the platform of the build against which to publish test results. |
![]() | Publish | Gets or sets a flag indicating whether to publish test results. |
![]() | RunTitle | |
![]() | SearchPathRoot | Gets or sets the root path for search operations. |
![]() | TestConfigId | Gets or sets the ID of an existing test management configuration to associate with the published run. |
![]() | TestConfigName | Gets or sets the name of an existing test management configuration to associate with the published run. |
![]() | TestContainers | Gets or sets an enumerable collection of strings identifying the test containers that contain the tests to run. |
![]() | TestLists | Gets or sets an enumerable collection of strings identifying the test lists to run. |
![]() | TestMetadata | Gets or sets the string identifying the metadata file that contains the test lists to run. |
![]() | TestNames | Gets or sets an enumerable collection of the test names to run. |
![]() | TestSettings | Gets or sets the path to a test run configuration settings file. |
![]() | ToolPath | Gets or sets the path to the directory that contains the version of MSTest.exe to run. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ShouldSerializeDisplayName | Indicates whether the DisplayName property should be serialized. (Inherited from Activity.) |
![]() | ToString | Returns a String that contains the Id and DisplayName of the Activity. (Inherited from Activity.) |
For more information, see Command-Line Options for Publishing Test Results.
Show:
