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.

TestElement Constructor (TestId^, String^, String^, String^)

 

Initializes a new instance of the TestElement class.

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

protected:
TestElement(
	TestId^ id,
	String^ name,
	String^ description,
	String^ storage
)

Parameters

id
Type: Microsoft.VisualStudio.TestTools.Common::TestId^

A TestId for the test.

name
Type: System::String^

The name of this test element.

description
Type: System::String^

The description of this test element.

storage
Type: System::String^

The relative path of the folder where associated files are stored on the server.

Return to top
Show: