Test Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.TestImpact.Client.Test

Namespace:  Microsoft.TeamFoundation.TestImpact.Client
Assembly:  Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class Test _
    Implements IEquatable(Of Test)
[SerializableAttribute]
public sealed class Test : IEquatable<Test>
[SerializableAttribute]
public ref class Test sealed : IEquatable<Test^>
[<Sealed>]
[<SerializableAttribute>]
type Test =  
    class 
        interface IEquatable<Test>
    end
public final class Test implements IEquatable<Test>

The Test type exposes the following members.

Properties

  Name Description
Public property AssociationIndexes
Public property AssociationOption
Public property AutomatedTestId
Public property DateCompleted
Public property Exists
Public property IsAutomated
Public property IsTestCase
Public property TestCaseId
Public property TestName
Public property TestType

Top

Methods

  Name Description
Public method Equals (Overrides Object.Equals(Object).)
Public method GetHashCode (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality
Public operatorStatic member Inequality

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEquatable<Test>.Equals

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.TestImpact.Client Namespace