ITestCaseResultIdentifier Interface
Represents the complete unique identifier for a test case result.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestCaseResultIdentifier
public interface ITestCaseResultIdentifier
public interface class ITestCaseResultIdentifier
type ITestCaseResultIdentifier = interface end
public interface ITestCaseResultIdentifier
The ITestCaseResultIdentifier type exposes the following members.
Properties
Name | Description | |
---|---|---|
TestResultId | Gets the test result ID as assigned by the test run. | |
TestRunId | Gets the test run ID. |
Top