Searched refs:TeamCityReporter (Results 1 – 5 of 5) sorted by relevance
26 struct TeamCityReporter : StreamingReporterBase<TeamCityReporter> { struct27 TeamCityReporter( ReporterConfig const& _config ) in TeamCityReporter() argument43 ~TeamCityReporter() override;208 TeamCityReporter::~TeamCityReporter() {} in ~TeamCityReporter()211 CATCH_REGISTER_REPORTER( "teamcity", TeamCityReporter )
70 207-Rpt-TeamCityReporter.cpp132 add_executable( 207-Rpt-TeamCityReporter ${EXAMPLES_DIR}/207-Rpt-TeamCityReporter.cpp $<TARGET_OBJE…
14 - Report: [TeamCity reporter](../examples/207-Rpt-TeamCityReporter.cpp)
29 …ity build to see results as they happen ([code example](../examples/207-Rpt-TeamCityReporter.cpp)).