SelectTest Method

Sets the specified TestFunction to run once.

Type: TestCollection

Namespace: XJTAG.Integration.XJRunner

Syntax

public void SelectTest(string testGroupName, string testFunctionName)

Parameters

testGroupName

Type: string

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 selects the TestFunction, setting Loops to 1 and LoopContinuously to false.