Searched refs:reporterName (Results 1 – 10 of 10) sorted by relevance
/external/catch2/include/internal/ |
D | catch_session.cpp | 36 … IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter() argument 37 … auto reporter = Catch::getRegistryHub().getReporterRegistry().create(reporterName, config); in createReporter() 38 CATCH_ENFORCE(reporter, "No reporter registered with name: '" << reporterName << "'"); in createReporter()
|
D | catch_config.hpp | 65 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER; member
|
D | catch_config.cpp | 49 std::string const& Config::getReporterName() const { return m_data.reporterName; } in getReporterName()
|
D | catch_commandline.cpp | 125 config.reporterName = lcReporter; in makeCommandLineParser()
|
/external/catch2/projects/SelfTest/IntrospectiveTests/ |
D | CmdLine.tests.cpp | 317 CHECK(config.reporterName == "console"); 359 REQUIRE(config.reporterName == "console"); 364 REQUIRE(config.reporterName == "xml"); 369 REQUIRE(config.reporterName == "junit");
|
/external/catch2/projects/SelfTest/Baselines/ |
D | compact.sw.approved.txt | 1058 CmdLine.tests.cpp:<line number>: passed: config.reporterName == "console" for: "console" == "consol… 1073 CmdLine.tests.cpp:<line number>: passed: config.reporterName == "console" for: "console" == "consol… 1075 CmdLine.tests.cpp:<line number>: passed: config.reporterName == "xml" for: "xml" == "xml" 1077 CmdLine.tests.cpp:<line number>: passed: config.reporterName == "junit" for: "junit" == "junit"
|
D | console.sw.approved.txt | 7567 CHECK( config.reporterName == "console" ) 7674 REQUIRE( config.reporterName == "console" ) 7692 REQUIRE( config.reporterName == "xml" ) 7710 REQUIRE( config.reporterName == "junit" )
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 5269 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER; member 9765 config.reporterName = lcReporter; in makeCommandLineParser() 9942 std::string const& Config::getReporterName() const { return m_data.reporterName; } in getReporterName() 13096 … IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter() argument 13097 … auto reporter = Catch::getRegistryHub().getReporterRegistry().create(reporterName, config); in createReporter() 13098 CATCH_ENFORCE(reporter, "No reporter registered with name: '" << reporterName << "'"); in createReporter()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 5301 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER; member 9820 config.reporterName = lcReporter; in makeCommandLineParser() 10000 std::string const& Config::getReporterName() const { return m_data.reporterName; } in getReporterName() 13239 … IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter() argument 13240 … auto reporter = Catch::getRegistryHub().getReporterRegistry().create(reporterName, config); in createReporter() 13241 CATCH_ENFORCE(reporter, "No reporter registered with name: '" << reporterName << "'"); in createReporter()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 6200 …Ptr<IStreamingReporter> createReporter( std::string const& reporterName, Ptr<Config> const& config… in createReporter() argument 6201 …ngReporter> reporter = getRegistryHub().getReporterRegistry().create( reporterName, config.get() ); in createReporter() 6204 oss << "No reporter registered with name: '" << reporterName << "'"; in createReporter()
|