Home
last modified time | relevance | path

Searched refs:reporterName (Results 1 – 10 of 10) sorted by relevance

/external/catch2/include/internal/
Dcatch_session.cpp36 … 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()
Dcatch_config.hpp65 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER; member
Dcatch_config.cpp49 std::string const& Config::getReporterName() const { return m_data.reporterName; } in getReporterName()
Dcatch_commandline.cpp125 config.reporterName = lcReporter; in makeCommandLineParser()
/external/catch2/projects/SelfTest/IntrospectiveTests/
DCmdLine.tests.cpp317 CHECK(config.reporterName == "console");
359 REQUIRE(config.reporterName == "console");
364 REQUIRE(config.reporterName == "xml");
369 REQUIRE(config.reporterName == "junit");
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt1058 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"
Dconsole.sw.approved.txt7567 CHECK( config.reporterName == "console" )
7674 REQUIRE( config.reporterName == "console" )
7692 REQUIRE( config.reporterName == "xml" )
7710 REQUIRE( config.reporterName == "junit" )
/external/catch2/single_include/catch2/
Dcatch.hpp5269 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/
Dcatch.hpp5301 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/
Dcatch.hpp6200 …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()