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

  /external/catch2/include/reporters/
catch_reporter_listening.cpp 116 void ListeningReporter::testGroupEnded( TestGroupStats const& testGroupStats ) {
118 listener->testGroupEnded( testGroupStats );
120 m_reporter->testGroupEnded( testGroupStats );
catch_reporter_junit.h 36 void testGroupEnded(TestGroupStats const& testGroupStats) override;
catch_reporter_xml.h 49 void testGroupEnded(TestGroupStats const& testGroupStats) override;
catch_reporter_console.h 47 void testGroupEnded(TestGroupStats const& _testGroupStats) override;
catch_reporter_listening.h 47 void testGroupEnded( TestGroupStats const& testGroupStats ) override;
catch_reporter_teamcity.hpp 59 void testGroupEnded( TestGroupStats const& testGroupStats ) override {
60 StreamingReporterBase::testGroupEnded( testGroupStats );
catch_reporter_junit.cpp 112 void JunitReporter::testGroupEnded( TestGroupStats const& testGroupStats ) {
114 CumulativeReporterBase::testGroupEnded( testGroupStats );
catch_reporter_xml.cpp 201 void XmlReporter::testGroupEnded( TestGroupStats const& testGroupStats ) {
202 StreamingReporterBase::testGroupEnded( testGroupStats );
catch_reporter_bases.hpp 72 void testGroupEnded(TestGroupStats const& /* _testGroupStats */) override {
225 void testGroupEnded(TestGroupStats const& testGroupStats) override {
catch_reporter_console.cpp 429 void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) {
436 StreamingReporterBase::testGroupEnded(_testGroupStats);
  /external/catch2/single_include/catch2/
catch_reporter_teamcity.hpp 59 void testGroupEnded( TestGroupStats const& testGroupStats ) override {
60 StreamingReporterBase::testGroupEnded( testGroupStats );
catch.hpp     [all...]
  /external/catch2/include/internal/
catch_run_context.h 45 void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount );
catch_interfaces_reporter.h 201 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0;
catch_run_context.cpp 92 void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount) {
93 m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, aborting()));
300 testGroupEnded(std::string(), m_totals, 1, 1);
catch_session.cpp 95 context.testGroupEnded(config->name(), totals, 1, 1);
  /external/bcc/tests/cc/
catch.hpp     [all...]

Completed in 4669 milliseconds