TestMetadataFileSpec Class
Contains MSTest settings related to a test metadata file.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Build.Workflow.Activities.TestSpec
Microsoft.TeamFoundation.Build.Workflow.Activities.MSTestSpec
Microsoft.TeamFoundation.Build.Workflow.Activities.TestMetadataFileSpec
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class TestMetadataFileSpec _
Inherits MSTestSpec
[SerializableAttribute]
public class TestMetadataFileSpec : MSTestSpec
[SerializableAttribute]
public ref class TestMetadataFileSpec : public MSTestSpec
[<SerializableAttribute>]
type TestMetadataFileSpec =
class
inherit MSTestSpec
end
public class TestMetadataFileSpec extends MSTestSpec
The TestMetadataFileSpec type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TestMetadataFileSpec | Initializes a new instance of the TestMetadataFileSpec class. |
Top
Properties
Name | Description | |
---|---|---|
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.) | |
HasTestLists | Gets a flag indicating whether the TestLists property is set. | |
MaximumPriority | (Inherited from MSTestSpec.) | |
MetadataFileName | Gets or sets the metadata file name. | |
MinimumPriority | (Inherited from MSTestSpec.) | |
MSTestCommandLineArgs | (Inherited from MSTestSpec.) | |
RunName | (Inherited from TestSpec.) | |
TestLists | Gets or sets a StringList object that contains the paths to tests to execute. |
Top
Methods
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.) |
Top
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