Lines Matching refs:Catch
29 namespace Catch { namespace
35 … auto reporter = Catch::getRegistryHub().getReporterRegistry().create(reporterName, config); in createReporter()
42 if (Catch::getRegistryHub().getReporterRegistry().getListeners().empty()) { in makeReporter()
53 auto const& listeners = Catch::getRegistryHub().getReporterRegistry().getListeners(); in makeReporter()
55 multi.addListener(listener->create(Catch::ReporterConfig(config))); in makeReporter()
62 Catch::Totals runTests(std::shared_ptr<Config> const& config) { in runTests()
99 void applyFilenamesAsTags(Catch::IConfig const& config) { in applyFilenamesAsTags()
136 Catch::cerr() << "Errors occurred during startup!" << '\n'; in Session()
142 Catch::cerr() << Column( ex.what() ).indent(2) << '\n'; in Session()
152 Catch::cleanUp(); in ~Session()
156 Catch::cout() in showHelp()
162 Catch::cout() in libIdentify()
177 Catch::cerr() in applyCommandLine()
182 Catch::cerr() << "Run with -? for usage\n" << std::endl; in applyCommandLine()
225 Catch::cout() << "...waiting for enter/ return before starting" << std::endl; in run()
230 …Catch::cout() << "...waiting for enter/ return before exiting, with code: " << exitCode << std::en… in run()
279 Catch::cerr() << ex.what() << std::endl; in runInternal()