DeSelectTest Method

Sets the specified TestFunction not to run.

Type: TestCollection

Namespace: XJTAG.Integration.XJRunner

Syntax

public void DeSelectTest(string testGroupName, string testFunctionName)

Parameters

testGroupName

Type: string

The name of the TestGroup which contains the TestFunction.

testFunctionName

Type: string

The name of the TestFunction.

Exceptions

System.ArgumentException

Thrown when the test group name or test function name are non-existent.

Remarks

This method unselects the TestFunction, setting Loops to 0 and LoopContinuously to false.