TcmInformation Oluşturucular

Tanım

Aşırı Yüklemeler

TcmInformation(Int32, Int32, Int32)

TcmInformationBelirtilen test ÇALıŞMASı kimliği, test ÇALıŞTıRMASı kimliği ve test sonucu kimliği kullanarak sınıfının yeni bir örneğini başlatır.

TcmInformation(Int32, Int32, Int32, Int32)

TcmInformation(Int32, Int32, Int32)

TcmInformationBelirtilen test ÇALıŞMASı kimliği, test ÇALıŞTıRMASı kimliği ve test sonucu kimliği kullanarak sınıfının yeni bir örneğini başlatır.

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)

Parametreler

testCaseId
Int32

Test çalışması kimliği.

testRunId
Int32

Test çalıştırması KIMLIĞI.

testResultId
Int32

Test sonucu KIMLIĞI.

Şunlara uygulanır

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)

Parametreler

testCaseId
Int32
testRunId
Int32
testResultId
Int32
testIterationId
Int32

Şunlara uygulanır