TestGroupAtIndex Method

Gets the TestGroup with the specified test index.

Type: TestCollection

Namespace: XJTAG.Integration.XJRunner

Syntax

public TestGroup TestGroupAtIndex(int testIndex)

Parameters

testIndex

Type: int

Index of the test.

Return Value

TestGroup

The TestGroup at the specified index.