TestSpec Class

Represents a test specifier.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Build.Workflow.Activities.TestSpec
    Microsoft.TeamFoundation.Build.Workflow.Activities.TestAssemblySpec
    Microsoft.TeamFoundation.Build.Workflow.Activities.TestMetadataFileSpec

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

‘선언
<SerializableAttribute> _
Public MustInherit Class TestSpec
[SerializableAttribute]
public abstract class TestSpec
[SerializableAttribute]
public ref class TestSpec abstract
[<AbstractClass>]
[<SerializableAttribute>]
type TestSpec =  class end
public abstract class TestSpec

The TestSpec type exposes the following members.

Constructors

  Name Description
Protected method TestSpec Initializes a new instance of the TestSpec class.

Top

Properties

  Name Description
Public property CategoryFilter Gets or sets the category filter.
Public property FailBuildOnFailure Gets or sets a flag indicating whether to fail the entire build if this test fails.
Public property HasCategoryFilter Gets a flag indicating whether the CategoryFilter property is set.
Public property HasMaximumPriority Gets a flag indicating whether the MaximumPriority property is set.
Public property HasMinimumPriority Gets a flag indicating whether the MinimumPriority property is set.
Public property HasMSTestCommandLineArgs Gets a flag indicating whether the MSTestCommandLineArgs property is set.
Public property MaximumPriority Gets or sets the maximum priority to run this test for.
Public property MinimumPriority Gets or sets the minimum priority to run this test for.
Public property MSTestCommandLineArgs Gets or sets a string of command line arguments for this test.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Gets a user-readable string describing the properties of this instance. (Overrides Object.ToString().)

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