clunit
clunit copied to clipboard
Export methods to inspect run-suite results
For programmatically inspect the test result, I would like at least one method to check the run-suite is successful or not. It could use following condition:
(and (zerop failed)
(zerop errors))
Some other methods to inspect the clunit-report object is appreciated.