TestResultAggregation, constructeur (String, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult , Int32)
Initialise une nouvelle instance de la classe TestResultAggregation.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Sub New ( _
computerInfo As String, _
runId As Guid, _
test As ITestElement, _
outcome As TestOutcome, _
counters As TestResultCounter, _
innerResults As TestResult(), _
currentTestIndex As Integer _
)
public TestResultAggregation(
string computerInfo,
Guid runId,
ITestElement test,
TestOutcome outcome,
TestResultCounter counters,
TestResult[] innerResults,
int currentTestIndex
)
public:
TestResultAggregation(
String^ computerInfo,
Guid runId,
ITestElement^ test,
TestOutcome outcome,
TestResultCounter^ counters,
array<TestResult^>^ innerResults,
int currentTestIndex
)
new :
computerInfo:string *
runId:Guid *
test:ITestElement *
outcome:TestOutcome *
counters:TestResultCounter *
innerResults:TestResult[] *
currentTestIndex:int -> TestResultAggregation
public function TestResultAggregation(
computerInfo : String,
runId : Guid,
test : ITestElement,
outcome : TestOutcome,
counters : TestResultCounter,
innerResults : TestResult[],
currentTestIndex : int
)
Paramètres
- computerInfo
Type : System.String
Nom de l'ordinateur sur lequel les tests ont été exécutés.
- runId
Type : System.Guid
ID de la série de tests.
- test
Type : Microsoft.VisualStudio.TestTools.Common.ITestElement
Objet ITestElement.
- outcome
Type : Microsoft.VisualStudio.TestTools.Common.TestOutcome
Objet TestOutcome.
- counters
Type : Microsoft.VisualStudio.TestTools.Common.TestResultCounter
Objet TestResultCounter.
- innerResults
Type : array<Microsoft.VisualStudio.TestTools.Common.TestResult[]
Tableau d'objets TestResult.
- currentTestIndex
Type : System.Int32
int qui représente l'index du résultat de test actuel dans le tableau innerResults.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
TestResultAggregation, surcharge