TestResultCounter Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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ı.