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

TestGroup

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.