Home
last modified time | relevance | path

Searched refs:TeamCityReporter (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_teamcity.hpp26 struct TeamCityReporter : StreamingReporterBase<TeamCityReporter> { struct
27 TeamCityReporter( ReporterConfig const& _config ) in TeamCityReporter() argument
43 ~TeamCityReporter() override;
208 TeamCityReporter::~TeamCityReporter() {} in ~TeamCityReporter()
211 CATCH_REGISTER_REPORTER( "teamcity", TeamCityReporter )
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp26 struct TeamCityReporter : StreamingReporterBase<TeamCityReporter> { struct
27 TeamCityReporter( ReporterConfig const& _config ) in TeamCityReporter() argument
43 ~TeamCityReporter() override;
208 TeamCityReporter::~TeamCityReporter() {} in ~TeamCityReporter()
211 CATCH_REGISTER_REPORTER( "teamcity", TeamCityReporter )
/external/catch2/examples/
DCMakeLists.txt70 207-Rpt-TeamCityReporter.cpp
132 add_executable( 207-Rpt-TeamCityReporter ${EXAMPLES_DIR}/207-Rpt-TeamCityReporter.cpp $<TARGET_OBJE…
/external/catch2/docs/
Dlist-of-examples.md14 - Report: [TeamCity reporter](../examples/207-Rpt-TeamCityReporter.cpp)
Dreporters.md29 …ity build to see results as they happen ([code example](../examples/207-Rpt-TeamCityReporter.cpp)).