Searched defs:AutomakeReporter (Results 1 – 2 of 2) sorted by relevance
19 struct AutomakeReporter : StreamingReporterBase<AutomakeReporter> { struct20 AutomakeReporter( ReporterConfig const& _config ) in AutomakeReporter() argument26 static std::string getDescription() { in getDescription()30 void assertionStarting( AssertionInfo const& ) override {} in assertionStarting()32 bool assertionEnded( AssertionStats const& /*_assertionStats*/ ) override { return true; } in assertionEnded()34 void testCaseEnded( TestCaseStats const& _testCaseStats ) override { in testCaseEnded()48 void skipTest( TestCaseInfo const& testInfo ) override { in skipTest()
19 struct AutomakeReporter : StreamingReporterBase<AutomakeReporter> { struct20 AutomakeReporter( ReporterConfig const& _config ) in AutomakeReporter() function26 static std::string getDescription() { in getDescription()30 void assertionStarting( AssertionInfo const& ) override {} in assertionStarting()32 bool assertionEnded( AssertionStats const& /*_assertionStats*/ ) override { return true; } in assertionEnded()34 void testCaseEnded( TestCaseStats const& _testCaseStats ) override { in testCaseEnded()48 void skipTest( TestCaseInfo const& testInfo ) override { in skipTest()