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.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
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.
Show: