You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Some other methods to inspect the
clunit-report
object is appreciated.The text was updated successfully, but these errors were encountered: