TcmInformation Constructors

Definition

Overloads

TcmInformation(Int32, Int32, Int32)

Initializes a new instance of the TcmInformation class by using the provided test case ID, test run ID, and test result ID.

TcmInformation(Int32, Int32, Int32, Int32)

TcmInformation(Int32, Int32, Int32)

Initializes a new instance of the TcmInformation class by using the provided test case ID, test run ID, and test result ID.

public:
 TcmInformation(int testCaseId, int testRunId, int testResultId);
public TcmInformation (int testCaseId, int testRunId, int testResultId);
new Microsoft.VisualStudio.TestTools.Common.TcmInformation : int * int * int -> Microsoft.VisualStudio.TestTools.Common.TcmInformation
Public Sub New (testCaseId As Integer, testRunId As Integer, testResultId As Integer)

Parameters

testCaseId
Int32

The test case ID.

testRunId
Int32

The test run ID.

testResultId
Int32

The test result ID.

Applies to

TcmInformation(Int32, Int32, Int32, Int32)

public:
 TcmInformation(int testCaseId, int testRunId, int testResultId, int testIterationId);
public TcmInformation (int testCaseId, int testRunId, int testResultId, int testIterationId);
new Microsoft.VisualStudio.TestTools.Common.TcmInformation : int * int * int * int -> Microsoft.VisualStudio.TestTools.Common.TcmInformation
Public Sub New (testCaseId As Integer, testRunId As Integer, testResultId As Integer, testIterationId As Integer)

Parameters

testCaseId
Int32
testRunId
Int32
testResultId
Int32
testIterationId
Int32

Applies to