TestResultAggregation 构造函数 (ComputerInfo, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult , Int32)
注意:此 API 现在已过时。
初始化 TestResultAggregation 类的新实例。
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
<ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")> _
Public Sub New ( _
computerInfo As ComputerInfo, _
runId As Guid, _
test As ITestElement, _
outcome As TestOutcome, _
counters As TestResultCounter, _
innerResults As TestResult(), _
currentTestIndex As Integer _
)
[ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")]
public TestResultAggregation(
ComputerInfo computerInfo,
Guid runId,
ITestElement test,
TestOutcome outcome,
TestResultCounter counters,
TestResult[] innerResults,
int currentTestIndex
)
[ObsoleteAttribute(L"This constructor is obsolete. Use the constructor that takes string instead.")]
public:
TestResultAggregation(
ComputerInfo^ computerInfo,
Guid runId,
ITestElement^ test,
TestOutcome outcome,
TestResultCounter^ counters,
array<TestResult^>^ innerResults,
int currentTestIndex
)
[<ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")>]
new :
computerInfo:ComputerInfo *
runId:Guid *
test:ITestElement *
outcome:TestOutcome *
counters:TestResultCounter *
innerResults:TestResult[] *
currentTestIndex:int -> TestResultAggregation
public function TestResultAggregation(
computerInfo : ComputerInfo,
runId : Guid,
test : ITestElement,
outcome : TestOutcome,
counters : TestResultCounter,
innerResults : TestResult[],
currentTestIndex : int
)
参数
- computerInfo
类型:Microsoft.VisualStudio.TestTools.Common.ComputerInfo
一个 ComputerInfo 对象,该对象包含有关运行测试的计算机的信息。
- runId
类型:System.Guid
测试运行的 ID。
- test
类型:Microsoft.VisualStudio.TestTools.Common.ITestElement
一个 ITestElement 对象。
- outcome
类型:Microsoft.VisualStudio.TestTools.Common.TestOutcome
一个 TestOutcome 对象。
- counters
类型:Microsoft.VisualStudio.TestTools.Common.TestResultCounter
一个 TestResultCounter 对象。
- innerResults
类型:array<Microsoft.VisualStudio.TestTools.Common.TestResult[]
一个由 TestResult 对象组成的数组。
- currentTestIndex
类型:System.Int32
一个 int,表示 innerResults 数组中当前测试结果的索引。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。