• Home
  • Raw
  • Download

Lines Matching refs:m_reporter

74         m_reporter(std::move(reporter)),  in RunContext()
76 …m_includeSuccessfulResults( m_config->includeSuccessfulResults() || m_reporter->getPreferences().s…
81 m_reporter->testRunStarting(m_runInfo);
85 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, aborting())); in ~RunContext()
89 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); in testGroupStarting()
93m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, ab… in testGroupEnded()
104 m_reporter->testCaseStarting(testInfo); in runTest()
125 m_reporter->testCaseEnded(TestCaseStats(testInfo, in runTest()
142 return *m_reporter; in reporter()
162 static_cast<void>(m_reporter->assertionEnded(AssertionStats(result, m_messages, m_totals))); in assertionEnded()
184 m_reporter->sectionStarting(sectionInfo); in sectionStarted()
219m_reporter->sectionEnded(SectionStats(endInfo.sectionInfo, assertions, endInfo.durationInSeconds, … in sectionEnded()
234 m_reporter->benchmarkStarting( info ); in benchmarkStarting()
237 m_reporter->benchmarkEnded( stats ); in benchmarkEnded()
268 m_reporter->fatalErrorEncountered(message); in handleFatalErrorCondition()
287 m_reporter->sectionEnded(testCaseSectionStats); in handleFatalErrorCondition()
294 m_reporter->testCaseEnded(TestCaseStats(testInfo, in handleFatalErrorCondition()
301 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, false)); in handleFatalErrorCondition()
322 m_reporter->sectionStarting(testCaseSection); in runCurrentTest()
332 if (m_reporter->getPreferences().shouldRedirectStdOut) { in runCurrentTest()
367 m_reporter->sectionEnded(testCaseSectionStats); in runCurrentTest()
392 m_reporter->assertionStarting( info ); in handleExpr()
431 m_reporter->assertionStarting( info ); in handleMessage()