DeSelectTestGroup Method (string)

Sets the specified TestGroup not to run.

Type: TestCollection

Namespace: XJTAG.Integration.XJRunner

Syntax

public void DeSelectTestGroup(string testGroupName)

Parameters

testGroupName

Type: string

Name of the TestGroup to deselect.

Exceptions

System.ArgumentException

Thrown when the test group name is non-existent.

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.