TestResultAggregation Constructor (String, Guid, ITestElement)
Initializes a new instance of the TestResultAggregation class by using the provided computer information, test run ID, and test.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
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
)
Parameters
computerInfo
Type: StringThe name of the machine where the tests were run.
runId
Type: GuidThe ID for the test run.
test
Type: Microsoft.VisualStudio.TestTools.Common.ITestElementAn ITestElement object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TestResultAggregation Overload