RanorexRanorex Documentation
TestSuiteRunConfig Class
NamespacesRanorex.Core.TestingTestSuiteRunConfig
Represents a test suite run configuration.
Declaration Syntax
C#Visual BasicVisual C++
public class TestSuiteRunConfig
Public Class TestSuiteRunConfig
public ref class TestSuiteRunConfig
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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.)
Inheritance Hierarchy
Object
TestSuiteRunConfig

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)