TestResultAggregation – konstruktor (String, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult )
Inicializuje novou instanci TestResultAggregation třídy pomocí zadané parametry.
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
Public Sub New ( _
computerInfo As String, _
runId As Guid, _
test As ITestElement, _
outcome As TestOutcome, _
counters As TestResultCounter, _
innerResults As TestResult() _
)
public TestResultAggregation(
string computerInfo,
Guid runId,
ITestElement test,
TestOutcome outcome,
TestResultCounter counters,
TestResult[] innerResults
)
public:
TestResultAggregation(
String^ computerInfo,
Guid runId,
ITestElement^ test,
TestOutcome outcome,
TestResultCounter^ counters,
array<TestResult^>^ innerResults
)
new :
computerInfo:string *
runId:Guid *
test:ITestElement *
outcome:TestOutcome *
counters:TestResultCounter *
innerResults:TestResult[] -> TestResultAggregation
public function TestResultAggregation(
computerInfo : String,
runId : Guid,
test : ITestElement,
outcome : TestOutcome,
counters : TestResultCounter,
innerResults : TestResult[]
)
Parametry
- computerInfo
Typ: System.String
Název počítače, kde byly testy spuštěny.
- runId
Typ: System.Guid
ID pro zkoušky.
- test
Typ: Microsoft.VisualStudio.TestTools.Common.ITestElement
ITestElement Objektu.
- outcome
Typ: Microsoft.VisualStudio.TestTools.Common.TestOutcome
A TestOutcome objektu.
- counters
Typ: Microsoft.VisualStudio.TestTools.Common.TestResultCounter
A TestResultCounter objektu.
- innerResults
Typ: array<Microsoft.VisualStudio.TestTools.Common.TestResult[]
Pole TestResult objektů.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
TestResultAggregation – přetížení