• 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()
236 m_reporter->benchmarkPreparing(name); in benchmarkPreparing()
239 m_reporter->benchmarkStarting( info ); in benchmarkStarting()
242 m_reporter->benchmarkEnded( stats ); in benchmarkEnded()
245 m_reporter->benchmarkFailed(error); in benchmarkFailed()
277 m_reporter->fatalErrorEncountered(message); in handleFatalErrorCondition()
296 m_reporter->sectionEnded(testCaseSectionStats); in handleFatalErrorCondition()
303 m_reporter->testCaseEnded(TestCaseStats(testInfo, in handleFatalErrorCondition()
310 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, false)); in handleFatalErrorCondition()
331 m_reporter->sectionStarting(testCaseSection); in runCurrentTest()
341 if (m_reporter->getPreferences().shouldRedirectStdOut) { in runCurrentTest()
376 m_reporter->sectionEnded(testCaseSectionStats); in runCurrentTest()
401 m_reporter->assertionStarting( info ); in handleExpr()
440 m_reporter->assertionStarting( info ); in handleMessage()