TestCaseResultIdentifier Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.TestManagement.Client.TestCaseResultIdentifier

Syntax

public sealed class TestCaseResultIdentifier : ITestCaseResultIdentifier
public ref class TestCaseResultIdentifier sealed : ITestCaseResultIdentifier
[<Sealed>]
type TestCaseResultIdentifier = 
    class
        interface ITestCaseResultIdentifier
    end
Public NotInheritable Class TestCaseResultIdentifier
    Implements ITestCaseResultIdentifier

Constructors

Name Description
System_CAPS_pubmethod TestCaseResultIdentifier()

Initializes a new instance of the TestCaseResultIdentifier class.

System_CAPS_pubmethod TestCaseResultIdentifier(Int32, Int32)

Properties

Name Description
System_CAPS_pubproperty TestResultId

Gets or sets the test result ID as it was assigned by the test plan.

System_CAPS_pubproperty TestRunId

Gets or sets the ID for the test run.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Returns a value that indicates whether this test case result identifier and the provided object are equal.(Overrides Object.Equals(Object).)

System_CAPS_pubmethod GetHashCode()

(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Returns a string that contains a concatenation of the hash value, the test run ID, and the test result ID properties.(Overrides Object.ToString().)

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

ITestCaseResultIdentifier
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top