ConditionCollection Class
Represents a collection of Conditions on TestGroups and TestFunctions in a TestCollection.
Namespace: XJTAG.Integration.XJRunner
Syntax
public class ConditionCollection : IEnumerable<Condition>
Inheritance Hierarchy
- object
- IEnumerable<Condition>
- IEnumerable
Members
Indexers
Name | Description |
---|---|
Condition this[string] | Get a Condition by name. |
Methods
Name | Description |
---|---|
Equals(object) (from object) | |
Finalize (from object) | |
GetEnumerator | Returns an enumerator that iterates through the Conditions in the collection. |
GetHashCode (from object) | |
GetType (from object) | |
MemberwiseClone (from object) | |
ToString (from object) |
XJTAG v4.1.100