TestResultCounter Constructeurs

Définition

Surcharges

TestResultCounter(TestResultCounter)

Initialise une nouvelle instance de la classe TestResultCounter en créant une copie du compteur de résultats de test fourni.

TestResultCounter(Int32)

Initialise une nouvelle instance de la classe TestResultCounter.

TestResultCounter(TestResultCounter)

Initialise une nouvelle instance de la classe TestResultCounter en créant une copie du compteur de résultats de test fourni.

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)

Paramètres

other
TestResultCounter

Objet TestResultCounter à copier.

S’applique à

TestResultCounter(Int32)

Initialise une nouvelle instance de la classe TestResultCounter.

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)

Paramètres

total
Int32

Entier qui indique le nombre total de résultats de test dans ce compteur.

S’applique à