Codeunit "CAL Test Runner"

ID 130400
Namespace: System.TestTools.TestRunner

Properties

Name Value
Subtype TestRunner
TableNo Table System.TestTools.TestRunner."CAL Test Line"
TestIsolation Codeunit

Methods

AddTestMethod

procedure AddTestMethod(FunctionName: Text[128])

Parameters

Name Type Description
FunctionName Text[128]

InitCodeunitLine

procedure InitCodeunitLine()

InitTestFunctionLine

procedure InitTestFunctionLine()

TryFindTestFunctionInGroup

procedure TryFindTestFunctionInGroup(FunctionName: Text[128]): Boolean

Parameters

Name Type Description
FunctionName Text[128]

Returns

Type Description
Boolean

CountTestCodeunitsToRun

procedure CountTestCodeunitsToRun(var CALTestLine: Record "CAL Test Line"): Integer

Parameters

Name Type Description
CALTestLine Table System.TestTools.TestRunner."CAL Test Line"

Returns

Type Description
Integer

UpdateTCM

procedure UpdateTCM(): Boolean

Returns

Type Description
Boolean

Events

OnBeforeRunTests

[IntegrationEvent(False,False)]
local procedure OnBeforeRunTests(var CALTestLine: Record "CAL Test Line")

Parameters

Name Type Description
CALTestLine Table System.TestTools.TestRunner."CAL Test Line"

See also