HomeSort by relevance Sort by last modified time
    Searched refs:JunitReporter (Results 1 - 4 of 4) sorted by null

  /external/catch2/include/reporters/
catch_reporter_junit.h 17 class JunitReporter : public CumulativeReporterBase<JunitReporter> {
19 JunitReporter(ReporterConfig const& _config);
21 ~JunitReporter() override;
catch_reporter_junit.cpp 60 JunitReporter::JunitReporter( ReporterConfig const& _config )
68 JunitReporter::~JunitReporter() {}
70 std::string JunitReporter::getDescription() {
74 void JunitReporter::noMatchingTestCases( std::string const& /*spec*/ ) {}
76 void JunitReporter::testRunStarting( TestRunInfo const& runInfo ) {
88 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) {
96 void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) {
100 bool JunitReporter::assertionEnded( AssertionStats const& assertionStats )
    [all...]
  /external/catch2/single_include/catch2/
catch.hpp     [all...]
  /external/bcc/tests/cc/
catch.hpp     [all...]

Completed in 1114 milliseconds