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.
MFU_GET_FILE Loads a file into memory, in preparation for running data-driven tests.
MFUGETF Loads a file into memory, in preparation for running data-driven tests.