Indexer (string)
Gets the TestGroup with the specified test group name.
Type: TestCollection
Namespace: XJTAG.Integration.XJRunner
Syntax
public TestGroup this[string testGroupName] { get; }
Type
Parameters
- testGroupName
Type: string
The name of the TestGroup to retrieve.
Exceptions
- System.ArgumentException
Thrown when the test group name cannot be found in the TestCollection.
XJTAG v4.2.5
