minimal_no_fail_junit.txt (492B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <testsuites> 3 <testsuite name="all_features" errors="0" failures="0" tests="3"> 4 <testcase classname="no_failures.cpp" name="no checks" status="run"/> 5 <testcase classname="no_failures.cpp" name="simple check" status="run"/> 6 <testcase classname="no_failures.cpp" name="fails - and its allowed" status="run"/> 7 <testcase classname="no_failures.cpp" name="should fail and no output" status="run"/> 8 </testsuite> 9 </testsuites> 10 Program code.