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.

Return Value

TestGroup

The TestGroup with the specified name.

Exceptions

System.ArgumentException

Thrown when the test group name is non-existent.