mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 07:16:10 +01:00
69ff7fcf42
Jenkins groups junit test results by loosely interpreting the classname attribute of the <testcase> element as a package-qualified java class name such as java.util.String. It ignores the <testsuite> elements in the xml. To organize test results we therefore need to embed the suite name in the classname attribute as if it was a java package name. Fixes #922. |
||
---|---|---|
.. | ||
catch_reporter_automake.hpp | ||
catch_reporter_bases.hpp | ||
catch_reporter_compact.hpp | ||
catch_reporter_console.hpp | ||
catch_reporter_junit.hpp | ||
catch_reporter_multi.hpp | ||
catch_reporter_tap.hpp | ||
catch_reporter_teamcity.hpp | ||
catch_reporter_xml.hpp |