Catch/include/reporters
Igor Akhmetov 02c7e41c7c Do not trim test case names in the XML reporter.
SCENARIO does not add leading spaces to the test name (only BDD-style section
names are modified), so the trimming is not necessary. But if the name is
trimmed, it makes it harder to correlate the output of XML reporter with tests
that have leading spaces in their name: e.g. these tests will have the same name
attribute:

TEST_CASE("Test") {}
TEST_CASE(" Test") {}
2016-08-30 11:15:19 +01:00
..
catch_reporter_bases.hpp Added missing CATCH_OVERRIDE to CumulativeReporterBase::assertionEnded(). This fixes a warning when building in Xcode 7.2+ with default warning settings. 2016-03-29 17:03:09 +01:00
catch_reporter_compact.hpp
catch_reporter_console.hpp
catch_reporter_junit.hpp
catch_reporter_multi.hpp Removed use of dynamic_cast for MultipleReporters 2016-04-28 08:11:12 +01:00
catch_reporter_teamcity.hpp
catch_reporter_xml.hpp Do not trim test case names in the XML reporter. 2016-08-30 11:15:19 +01:00