SelectTestGroup Method (string)

Sets the specified TestGroup to run once.

Type: TestCollection

Namespace: XJTAG.Integration.XJRunner

Syntax

public void SelectTestGroup(string testGroupName)

Parameters

testGroupName

Type: string

Name of the TestGroup.

Exceptions

System.ArgumentException

Thrown when the test group name is non-existent.

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.