The following configurations are made to the unit test project when you create a self-contained unit test:
A copybook is created to function as the test program. It is specifically named so that the Micro Focus Unit Testing Framework knows to place it within the Procedure Division ("MFUPD_") of the source program under test - in this case, the source program has a program-id of PROGRAM1. Code your test case within the entry point. To add further test cases, add further entry points.
Additionally, Compiler directives and copybook paths are copied from the source project. However, if those subsequently change, they must be manually updated in the unit test project.