Create unit test suite for testing the CBXP C++ code.
We can use the Unity unit test framework for this.
https://github.com/ThrowTheSwitch/Unity
However, there may be other unit test frameworks that are more suitable for C++ so long as they run on z/OS. It may be worth doing some investigation into this first before going with Unity.
https://www.geeksforgeeks.org/software-testing/embedded-c-cpp-unit-testing-basics/
Create unit test suite for testing the CBXP C++ code.
We can use the Unity unit test framework for this.
https://github.com/ThrowTheSwitch/Unity
However, there may be other unit test frameworks that are more suitable for C++ so long as they run on z/OS. It may be worth doing some investigation into this first before going with Unity.
https://www.geeksforgeeks.org/software-testing/embedded-c-cpp-unit-testing-basics/