SysTest.handleFault Method [AX 2012]

Compares the expected fault with the actual fault.

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

Run On

Called

Parameters

_result
Type: SysTestResult Class
The results from all executing tests.
_infologLine
Type: int
An integer value that defines the current Infolog line.
_faultExpected
Type: SysTestableFaultExpected Interface
A SysTestableFaultExpected interface that defines expected fault.

Return Value

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

Community Additions

ADD
Show: