Share via


TestCaseResultIdentifier Class

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

Inheritance Hierarchy

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

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

Syntax

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

The TestCaseResultIdentifier type exposes the following members.

Constructors

  Name Description
Public method TestCaseResultIdentifier Initializes a new instance of the TestCaseResultIdentifier class.

Top

Properties

  Name Description
Public property TestResultId Gets or sets the test result ID as it was assigned by the test plan.
Public property TestRunId Gets or sets the ID for the test run.

Top

Methods

  Name Description
Public method Equals Returns a value that indicates whether this test case result identifier and the provided object are equal. (Overrides Object.Equals(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. (Overrides Object.GetHashCode().)
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 Returns a string that contains a concatenation of the hash value, the test run ID, and the test result ID properties. (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.TestManagement.Client Namespace

ITestCaseResultIdentifier