Call one of these routines from your unit tests to indicate that the test has failed, and to produce a failure assertion message.
MFU_ASSERT_FAIL Signifies that a test case running under the Micro Focus Unit Testing framework has failed, and outputs a message to the test
report.
MFUFMSG Signifies that a mainframe test case running under the Micro Focus Unit Testing framework has failed, and outputs a message
to the test report.
MFU_ASSERT_FAIL_Z Signifies that a test case running under the Micro Focus Unit Testing framework has failed, and outputs a null-terminated
message to the test report.
MFUFMSGZ Signifies that a mainframe test case running under the Micro Focus Unit Testing framework has failed, and outputs a null-terminated
message to the test report.