Share via


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

public interface ITestCaseResultIdentifier
public interface class ITestCaseResultIdentifier
type ITestCaseResultIdentifier = interface end
Public Interface ITestCaseResultIdentifier

Properties

Name Description
System_CAPS_pubproperty TestResultId

Gets the test result ID as assigned by the test run.

System_CAPS_pubproperty TestRunId

Gets the test run ID.

See Also

ITestCaseResult
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top