×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
On 2 March 2018 at 10:08, Justin Taylor <JUSTIN@xxxxxxxxxxxxx> wrote:
I see installation & setup, but no usage instructions or examples. Am I just missing them?
There is a very brief example at the top of that page.
Basically, I:
Write a test like assert()
RUCRTTEST either in RDi or QCMD
This creates the test to be run
Open a source member for a service program
Write the sub-procedure code that should satisfy the test
CRTRPGMOD + CRTSRVPGM
This created the sub-procedure + service program that I will
ultimately use in production
Have the service program in an object list in RDi
Right click the service program
Run the test! RDi will report Red or Green :-)
Because the test runner is also in QCMD, I could also do RURUNTEST
The spelling of the QCMD commands might be off because I rarely use them :-/
If you only want to run this in QCMD, then download the .zip file and
restore library RPGUNIT.
I'm typing this from memory, so reality may vary :-)
--buck
As an Amazon Associate we earn from qualifying purchases.