Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
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 | |
---|---|---|
![]() |
TestCaseResultIdentifier() | Initializes a new instance of the TestCaseResultIdentifier class. |
![]() |
TestCaseResultIdentifier(Int32, Int32) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
TestResultId | Gets or sets the test result ID as it was assigned by the test plan. |
![]() |
TestRunId | Gets or sets the ID for the test run. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Returns a value that indicates whether this test case result identifier and the provided object are equal. (Overrides Object.Equals(Object).) |
![]() |
GetHashCode | Serves as the default hash function. (Overrides Object.GetHashCode.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
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.