TestFunctionAtIndex Method
Gets the TestFunction with the specified function index in the TestGroup with the specified test index.
Type: TestCollection
Namespace: XJTAG.Integration.XJRunner
Syntax
public TestFunction TestFunctionAtIndex(int testIndex, int functionIndex)
Parameters
- testIndex
Type: int
Index of the test.
- functionIndex
Type: int
Index of the function in the TestGroup.
Return Value
- TestFunction
The TestFunction at the specified indices.
XJTAG v4.2.5
