Upgrading From v0.3.2 to v2.0.0

There are no experiences regarding to upgrading from the original version 0.3.2 of RPGUnit. Therefore, first of all:

Test your existing test suites carefully in a sandbox environment, before upgrading to iRPGUnit 2.0.0.

Unit test, that uses the following assertions run and compile fine with all versions of RPGUnit:

You should be aware of the following changes:

Most of the compile errors and failing self tests are due to these changes.

The following test cases (compiled with v0.3.2) do not successfully run with iRPGUnit:

The following test suites do not compile with iRPGUnit: Test cases that call procedure getAssertFailEvt() have to be validated, because data structure AssertFailEvt_t has been changed.