This documentation is archived and is not being maintained.
AgileTestPlatformSpec Class
Visual Studio 2013
This class encapsulates all the Agile Test Runner settings related to a Test Assembly.
System.Object
Microsoft.TeamFoundation.Build.Workflow.Activities.TestSpec
Microsoft.TeamFoundation.Build.Workflow.Activities.AgileTestPlatformSpec
Microsoft.TeamFoundation.Build.Workflow.Activities.TestSpec
Microsoft.TeamFoundation.Build.Workflow.Activities.AgileTestPlatformSpec
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
The AgileTestPlatformSpec type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AgileTestPlatformSpec | Default constructor. |
![]() | AgileTestPlatformSpec(String) | This constructor sets the AssemblyFileSpec property. |
| Name | Description | |
|---|---|---|
![]() | AssemblyFileSpec | |
![]() | ExecutionPlatform | |
![]() | FailBuildOnFailure | Gets or sets a flag indicating whether to fail the entire build if this test fails. (Inherited from TestSpec.) |
![]() | HasRunSettingsFile | Returns true if RuntSettingsFileName is set. |
![]() | HasTestCaseFilter | Returns true if TestCaseFilter is set. |
![]() | RunName | (Inherited from TestSpec.) |
![]() | RunSettingsFileName | Obsolete. Run Settings File Name |
![]() | RunSettingsForTestRun | |
![]() | TestCaseFilter |
| Name | Description | |
|---|---|---|
![]() | 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 the default hash function. (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.) |
![]() | ToString | Gets a user-readable string describing the properties of this instance. (Inherited from TestSpec.) |
Show:
