Home
last modified time | relevance | path

Searched refs:m_reporter (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8084 IStreamingReporterPtr m_reporter; member in Catch::RunContext
10851 IStreamingReporterPtr m_reporter = nullptr; member in Catch::ListeningReporter
12485 m_reporter(std::move(reporter)), in RunContext()
12487 …m_includeSuccessfulResults( m_config->includeSuccessfulResults() || m_reporter->getPreferences().s…
12492 m_reporter->testRunStarting(m_runInfo);
12496 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, aborting())); in ~RunContext()
12500 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); in testGroupStarting()
12504m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, ab… in testGroupEnded()
12515 m_reporter->testCaseStarting(testInfo); in runTest()
12535 m_reporter->testCaseEnded(TestCaseStats(testInfo, in runTest()
[all …]