How do i use CppUnit for applications running on OS/390 operating system (Mainframes)?
Also is there a way to specify the input values to test suite in XML or GUI format rather than specifying them in hard coded form in source?
Thanks
Shankar
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You should be able to download the source code and compile the CppUnit libraries for that operating system. I'm not sure what portability issues there are. The primary areas will be with how CppUnit outputs the test results.
Getting input values from XML or other sources is not supported directly by CppUnit, as far as I know. You will need to write the code that does this yourself.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
How do i use CppUnit for applications running on OS/390 operating system (Mainframes)?
Also is there a way to specify the input values to test suite in XML or GUI format rather than specifying them in hard coded form in source?
Thanks
Shankar
You should be able to download the source code and compile the CppUnit libraries for that operating system. I'm not sure what portability issues there are. The primary areas will be with how CppUnit outputs the test results.
Getting input values from XML or other sources is not supported directly by CppUnit, as far as I know. You will need to write the code that does this yourself.