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
Public property TestResultId Gets the test result ID as assigned by the test run.
Public property TestRunId Gets the test run ID.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestCaseResult