ONFAILURE set to *CONTINUE, RPGUnit cannot detect
that the assertion is monitored and hence reports an error.
The problem does not exist, if the test suite is executed with parameter
ONFAILURE set to *ABORT, which is the default
value.
Monitor Group
CALLP - Error Extender
monitor;
// calculation statements
aEqual( 'HelloWorld' : 'Hello' );
on-error;
// error handler
endmon;
callp(e) aEqual( 'HelloWorld' : 'Hello' );