TestElement Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the TestElement class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TestElement() | Initializes a new instance of the TestElement class. | |
TestElement(TestElement) | Initializes a new instance of the TestElement class by using the provided copy of a test element. | |
TestElement(SerializationInfo, StreamingContext) | Initializes a new instance of the TestElement class from serialized data. | |
TestElement(String, String) | Initializes a new instance of the TestElement class by using the provided name and description. | |
TestElement(String, String, String) | Initializes a new instance of the TestElement class by using the provided name, description, and storage. | |
TestElement(TestId, String, String) | Initializes a new instance of the TestElement class. | |
TestElement(TestId, String, String, String) | Initializes a new instance of the TestElement class. |
Top