Searched defs:TeamCityReporter (Results 1 – 2 of 2) sorted by relevance
26 struct TeamCityReporter : StreamingReporterBase<TeamCityReporter> { struct27 TeamCityReporter( ReporterConfig const& _config ) in TeamCityReporter() function33 static std::string escape( std::string const& str ) { in escape()45 static std::string getDescription() { in getDescription()49 void skipTest( TestCaseInfo const& /* testInfo */ ) override { in skipTest()52 void noMatchingTestCases( std::string const& /* spec */ ) override {} in noMatchingTestCases()54 void testGroupStarting( GroupInfo const& groupInfo ) override { in testGroupStarting()59 void testGroupEnded( TestGroupStats const& testGroupStats ) override { in testGroupEnded()66 void assertionStarting( AssertionInfo const& ) override {} in assertionStarting()68 bool assertionEnded( AssertionStats const& assertionStats ) override { in assertionEnded()[all …]
26 struct TeamCityReporter : StreamingReporterBase<TeamCityReporter> { struct27 TeamCityReporter( ReporterConfig const& _config ) in TeamCityReporter() argument33 static std::string escape( std::string const& str ) { in escape()45 static std::string getDescription() { in getDescription()49 void skipTest( TestCaseInfo const& /* testInfo */ ) override { in skipTest()52 void noMatchingTestCases( std::string const& /* spec */ ) override {} in noMatchingTestCases()54 void testGroupStarting( GroupInfo const& groupInfo ) override { in testGroupStarting()59 void testGroupEnded( TestGroupStats const& testGroupStats ) override { in testGroupEnded()66 void assertionStarting( AssertionInfo const& ) override {} in assertionStarting()68 bool assertionEnded( AssertionStats const& assertionStats ) override { in assertionEnded()[all …]