Represents a test suite run configuration.
| C# | Visual Basic | Visual C++ |
public class TestSuiteRunConfig
Public Class TestSuiteRunConfig
public ref class TestSuiteRunConfig
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TestSuiteRunConfig(String, TestSuite) |
Initializes a new instance of the TestSuiteRunConfig class.
| |
| TestSuiteRunConfig(XmlNode, TestSuite) |
Initializes a new instance of the TestSuiteRunConfig class.
| |
| AddTestCase(TestCase) |
Adds a test case to the run configuration.
| |
| AddTestCase(CaseInsensitiveString) |
Adds a test case to the run configuration.
| |
| ContainsActiveTestCase(TestCase) |
Determines whether this run configuration contains a TestCase with
the specified testCase.
| |
| CreateCopy()()() |
Creates a deep copy of this run configuration.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetActiveTestCases()()() |
Gets all run configuration test cases which are actually in the test suite.
| |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetRunConfigFixName(String) |
Gets a valid run configuration name.
| |
| GetType()()() | Gets the type of the current instance. (Inherited from Object.) | |
| GetXMLNode(XmlNode) |
Gets an XML node containing the definition of this run configuration.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
Gets or sets the run configuration name.
| |
| RefreshCheckStates()()() |
Refreshes the run configuration check states.
| |
| TestCases |
Gets the run configuration test cases.
| |
| ToString()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| TestSuiteRunConfig | |
