TestResultAggregation – konstruktor (String, Guid, ITestElement)
Inicializuje novou instanci TestResultAggregation třídy pomocí zadaného počítače informace, ID běhu a testujte.
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 _
)
public TestResultAggregation(
string computerInfo,
Guid runId,
ITestElement test
)
public:
TestResultAggregation(
String^ computerInfo,
Guid runId,
ITestElement^ test
)
new :
computerInfo:string *
runId:Guid *
test:ITestElement -> TestResultAggregation
public function TestResultAggregation(
computerInfo : String,
runId : Guid,
test : ITestElement
)
Parametry
computerInfo
Typ: StringNázev počítače, kde byly testy spuštěny.
runId
Typ: GuidID pro zkoušky.
test
Typ: Microsoft.VisualStudio.TestTools.Common.ITestElementObjekt ITestElement.
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é
Referenční dokumentace
TestResultAggregation – přetížení