MSTest Class
Represents the activity that runs tests using MSTest.
Inheritance Hierarchy
System.Object
System.Activities.Activity
Microsoft.TeamFoundation.Build.Workflow.Activities.MSTest
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BuildCategoryAttribute> _
<ActivityTrackingAttribute(ActivityTrackingOption.ActivityOnly)> _
<ToolboxBitmapAttribute(GetType(TeamBuildBaseActivityDesigner), "DefaultBuildIcon.png")> _
Public NotInheritable Class MSTest _
Inherits Activity
[BuildCategoryAttribute]
[ActivityTrackingAttribute(ActivityTrackingOption.ActivityOnly)]
[ToolboxBitmapAttribute(typeof(TeamBuildBaseActivityDesigner), "DefaultBuildIcon.png")]
public sealed class MSTest : Activity
[BuildCategoryAttribute]
[ActivityTrackingAttribute(ActivityTrackingOption::ActivityOnly)]
[ToolboxBitmapAttribute(typeof(TeamBuildBaseActivityDesigner), L"DefaultBuildIcon.png")]
public ref class MSTest sealed : public Activity
[<Sealed>]
[<BuildCategoryAttribute>]
[<ActivityTrackingAttribute(ActivityTrackingOption.ActivityOnly)>]
[<ToolboxBitmapAttribute(typeof(TeamBuildBaseActivityDesigner), "DefaultBuildIcon.png")>]
type MSTest =
class
inherit Activity
end
public final class MSTest extends Activity
The MSTest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MSTest | Initializes a new instance of the MSTest class. |
Top
Properties
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. |
Top
Methods
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.) |
Top
Extension Methods
Name | Description | |
---|---|---|
GetAssemblyMetadataCollection | (Defined by WorkflowHelpers.) |
Top
Remarks
For more information, see Command-Line Options for Publishing Test Results.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace