TestRunConfiguration Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the TestRunConfiguration 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 | |
---|---|---|
TestRunConfiguration(SerializationInfo, StreamingContext) | Initializes a new instance of the TestRunConfiguration class from XML by using the provided information and context. | |
TestRunConfiguration(String, String) | Initializes a new instance of the TestRunConfiguration class by using the name and storage information of the test run configuration. |
Top