Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestAggregation Constructor (String^, String^)

 

Initializes a new instance of the TestAggregation class.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

protected:
TestAggregation(
	String^ name,
	String^ description
)

Parameters

name
Type: System::String^

A name for this test aggregation.

description
Type: System::String^

A description for this test aggregation.

Return to top
Show: