catch2/include/reporters
Thomas Sondergaard 69ff7fcf42 Include suite name in junit classname attrib for grouping in jenkins
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.
2017-06-05 12:51:56 +02:00
..
catch_reporter_automake.hpp Fixed up Automake reporter 2017-02-22 13:29:17 +01:00
catch_reporter_bases.hpp Cosmetic fixes (whitespace and spelling) 2017-05-27 14:42:54 +02:00
catch_reporter_compact.hpp Take std::string by const-ref where possible 2017-03-06 13:16:43 +01:00
catch_reporter_console.hpp print messages when unexpected exceptions are thrown 2017-04-04 11:27:19 +02:00
catch_reporter_junit.hpp Include suite name in junit classname attrib for grouping in jenkins 2017-06-05 12:51:56 +02:00
catch_reporter_multi.hpp Fixed inconsistent and trailing whitespace 2017-01-26 23:13:12 +01:00
catch_reporter_tap.hpp Take std::string by const-ref where possible 2017-03-06 13:16:43 +01:00
catch_reporter_teamcity.hpp Merge branch 'master' of https://github.com/awglyde/Catch 2017-05-16 16:09:51 +02:00
catch_reporter_xml.hpp Refactored console reporter include logic to match Xml Reporter’s 2017-03-03 14:19:41 +00:00