This documentation is archived and is not being maintained.
TestAssemblySpec Class
Visual Studio 2013
Contains all the MSTest settings related to a test assembly.
System.Object
Microsoft.TeamFoundation.Build.Workflow.Activities.TestSpec
Microsoft.TeamFoundation.Build.Workflow.Activities.MSTestSpec
Microsoft.TeamFoundation.Build.Workflow.Activities.TestAssemblySpec
Microsoft.TeamFoundation.Build.Workflow.Activities.TestSpec
Microsoft.TeamFoundation.Build.Workflow.Activities.MSTestSpec
Microsoft.TeamFoundation.Build.Workflow.Activities.TestAssemblySpec
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
The TestAssemblySpec type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TestAssemblySpec | Initializes a new instance of the TestAssemblySpec class. |
![]() | TestAssemblySpec(String) | Initializes a new instance of the TestAssemblySpec class. |
| Name | Description | |
|---|---|---|
![]() | AssemblyFileSpec | Gets or sets the path to the assembly file. |
![]() | CategoryFilter | (Inherited from MSTestSpec.) |
![]() | FailBuildOnFailure | Gets or sets a flag indicating whether to fail the entire build if this test fails. (Inherited from TestSpec.) |
![]() | HasCategoryFilter | Returns true if CategoryFilter is set. (Inherited from MSTestSpec.) |
![]() | HasMaximumPriority | Returns true if MaximumPriority > -1. (Inherited from MSTestSpec.) |
![]() | HasMinimumPriority | Returns true if MinimumPriority > -1. (Inherited from MSTestSpec.) |
![]() | HasMSTestCommandLineArgs | Returns true if MSTestCommandLineArgs is set. (Inherited from MSTestSpec.) |
![]() | HasTestSettingsFile | Gets a flag indicating whether the TestSettingsFileName property is set. |
![]() | MaximumPriority | (Inherited from MSTestSpec.) |
![]() | MinimumPriority | (Inherited from MSTestSpec.) |
![]() | MSTestCommandLineArgs | (Inherited from MSTestSpec.) |
![]() | RunName | (Inherited from TestSpec.) |
![]() | TestSettingsFileName | Gets or sets the test settings file name. |
| 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:
