TestResultCounter Oluşturucular

Tanım

Aşırı Yüklemeler

TestResultCounter(TestResultCounter)

TestResultCounterBelirtilen test sonucu sayacının bir kopyasını oluşturarak sınıfının yeni bir örneğini başlatır.

TestResultCounter(Int32)

TestResultCounter sınıfının yeni bir örneğini başlatır.

TestResultCounter(TestResultCounter)

TestResultCounterBelirtilen test sonucu sayacının bir kopyasını oluşturarak sınıfının yeni bir örneğini başlatır.

public:
 TestResultCounter(Microsoft::VisualStudio::TestTools::Common::TestResultCounter ^ other);
public TestResultCounter (Microsoft.VisualStudio.TestTools.Common.TestResultCounter other);
new Microsoft.VisualStudio.TestTools.Common.TestResultCounter : Microsoft.VisualStudio.TestTools.Common.TestResultCounter -> Microsoft.VisualStudio.TestTools.Common.TestResultCounter
Public Sub New (other As TestResultCounter)

Parametreler

other
TestResultCounter

TestResultCounterKopyalanacak bir nesne.

Şunlara uygulanır

TestResultCounter(Int32)

TestResultCounter sınıfının yeni bir örneğini başlatır.

public:
 TestResultCounter(int total);
public TestResultCounter (int total);
new Microsoft.VisualStudio.TestTools.Common.TestResultCounter : int -> Microsoft.VisualStudio.TestTools.Common.TestResultCounter
Public Sub New (total As Integer)

Parametreler

total
Int32

Bu sayaçtaki toplam test sonucu sayısını gösteren bir tamsayı.

Şunlara uygulanır