DeSelectTestGroup Method (int)

Sets the specified TestGroup not to run.

Type: TestCollection

Namespace: XJTAG.Integration.XJRunner

Syntax

public void DeSelectTestGroup(int testIndex)

Parameters

testIndex

Type: int

Index of the TestGroup to deselect.

Remarks

This method unselects the TestGroup and all its TestFunctions, setting Loops to 0 and LoopContinuously to false. Any other selected items will be unaffected.