TestGroup Class
A group of TestFunctions. This represents the tests as they are defined in the test list in XJDeveloper.
Namespace: XJTAG.Integration.XJRunner
Syntax
public class TestGroup : ITestItem
Inheritance Hierarchy
- object
- ITestItem
Members
Indexers
Name | Description |
---|---|
TestFunction this[int] | Gets the TestFunction with the specified index. |
Properties
Name | Description |
---|---|
Condition | Gets the Condition that controls this test item, or null if it has none. |
FunctionCount | Gets the number of test functions in this test group. |
LoopContinuously | Gets or sets a value indicating whether the test item will loop continuously at runtime. |
Loops | Gets or sets the number of times the test item will be run at runtime. |
Name | Gets the name of the test group. |
TestFunctions | Gets all the test functions contained in this test group. |
ToRun | Gets a value indicating whether the test item will be run at runtime. |
Methods
Name | Description |
---|---|
Equals | Determines whether the specified Object is equal to this instance. |
Finalize (from object) | |
GetHashCode | Returns a hash code for this instance. |
GetType (from object) | |
MemberwiseClone (from object) | |
TestFunctionAtIndex | Gets the TestFunction with the specified test index in the group. |
ToString | Returns a string representation of this test group. |
XJTAG v4.1.100