RPGUnit is an open-source unit testing framework for RPG ILE. It's similar to JUnit for Java and allows developers to write and run automated tests for their RPG code (or Cobol).
It is now available in ReplicTest and in VS Code as well !
Code example to run RPGUNIT:
RPGUNIT/RUCALLTST TSTPGM(RPGUNIT/TESTPGM14)
Integration with ReplicTest framework &…
