Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_teamcity.hpp26 struct TeamCityReporter : StreamingReporterBase<TeamCityReporter> { struct
27 TeamCityReporter( ReporterConfig const& _config ) in TeamCityReporter() function
33 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 …]
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp26 struct TeamCityReporter : StreamingReporterBase<TeamCityReporter> { struct
27 TeamCityReporter( ReporterConfig const& _config ) in TeamCityReporter() argument
33 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 …]