TestResultAggregation 构造函数

包括受保护的成员
包括继承的成员

初始化 TestResultAggregation 类的新实例。

重载此成员。有关此成员的完整信息(包括语法、用法和示例),请单击重载列表中的相应名称。

重载列表

  名称 说明
受保护的方法 TestResultAggregation() 初始化 TestResultAggregation 类的新实例。
公共方法 TestResultAggregation(TestResult) 使用提供的测试结果初始化 TestResultAggregation 类的新实例。
受保护的方法 TestResultAggregation(TestResultAggregation) 基础结构。使用提供的测试结果聚合初始化 TestResultAggregation 类的新实例。
受保护的方法 TestResultAggregation(SerializationInfo, StreamingContext) 从 XML 序列化初始化 TestResultAggregation 类的新实例。
公共方法 TestResultAggregation(String, Guid, ITestElement) 使用提供的计算机信息、测试运行 ID 和测试初始化 TestResultAggregation 类的新实例。
公共方法 TestResultAggregation(ComputerInfo, Guid, ITestElement) 已过时。使用提供的计算机信息、运行 ID 和测试元素初始化 TestResultAggregation 类的新实例。
公共方法 TestResultAggregation(String, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult[]) 使用提供的参数初始化 TestResultAggregation 类的新实例。
公共方法 TestResultAggregation(ComputerInfo, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult[]) 已过时。初始化 TestResultAggregation 类的新实例。
公共方法 TestResultAggregation(String, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult[], Int32) 初始化 TestResultAggregation 类的新实例。
公共方法 TestResultAggregation(ComputerInfo, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult[], Int32) 已过时。初始化 TestResultAggregation 类的新实例。

页首

请参见

参考

TestResultAggregation 类

Microsoft.VisualStudio.TestTools.Common 命名空间