SelectTestGroup Method (int)

Sets the specified TestGroup to run once.

Type: TestCollection

Namespace: XJTAG.Integration.XJRunner

Syntax

public void SelectTestGroup(int testIndex)

Parameters

testIndex

Type: int

Index of the TestGroup.

Remarks

This method selects the TestGroup and all its TestFunctions, setting Loops to 1 and LoopContinuously to false. Any previously selected items will remain unaffected.