Home
last modified time | relevance | path

Searched defs:AutomakeReporter (Results 1 – 2 of 2) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_automake.hpp19 struct AutomakeReporter : StreamingReporterBase<AutomakeReporter> { struct
20 AutomakeReporter( ReporterConfig const& _config ) in AutomakeReporter() argument
26 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()
/external/catch2/single_include/catch2/
Dcatch_reporter_automake.hpp19 struct AutomakeReporter : StreamingReporterBase<AutomakeReporter> { struct
20 AutomakeReporter( ReporterConfig const& _config ) in AutomakeReporter() function
26 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()