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
'Декларация
<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. | |
Constraints | Gets a collection of Constraint activities that can be configured to provide validation for the Activity. (Inherited from Activity.) | |
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.) | |
Implementation | Gets or sets the delegate that returns an Activity that contains the execution logic. (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. | |
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 | |
---|---|---|
CacheMetadata | Creates and validates a description of the activity’s arguments, variables, child activities, and activity delegates. (Inherited from Activity.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ShouldSerializeDisplayName | Indicates whether the DisplayName property should be serialized. (Inherited from Activity.) | |
ShouldSerializeMaxPriority | Checks whether the MaxPriority property should be serialized as a XAML string. | |
ShouldSerializeMinPriority | Checks whether the MinPriority property should be serialized as a XAML string. | |
ShouldSerializePublish | Checks whether the Publish property should be serialized as a XAML string. | |
ShouldSerializeTestConfigId | Checks whether the TestConfigId property should be serialized as a XAML string. | |
ToString | Returns a String that contains the Id and DisplayName of the Activity. (Inherited from Activity.) |
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