TestGroupByName Method
Gets the TestGroup with the specified name.
Type: TestCollection
Namespace: XJTAG.Integration.XJRunner
Syntax
public TestGroup TestGroupByName(string testGroupName)
Parameters
- testGroupName
Type: string
Name of the test group.
Exceptions
- System.ArgumentException
Thrown when the test group name is non-existent.
XJTAG v4.2.5
