Share via


SysTest.handleFault Method [AX 2012]

Compares the expected fault with the actual fault.

Syntax

private boolean handleFault(
    SysTestResult _result, 
    int _infologLine, 
    SysTestableFaultExpected _faultExpected)

Run On

Called

Parameters

  • _infologLine
    Type: int
    An integer value that defines the current Infolog line.

Return Value

Type: boolean
true if the fault was handled; otherwise, false.

See Also

Reference

SysTest Class