Home
last modified time | relevance | path

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

12345678

/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/
H A Dcatch_session.hpp24 …Ptr<IStreamingReporter> createReporter( std::string const& reporterName, Ptr<Config> const& config… in createReporter() argument
25 …ngReporter> reporter = getRegistryHub().getReporterRegistry().create( reporterName, config.get() ); in createReporter()
28 oss << "No reporter registered with name: '" << reporterName << "'"; in createReporter()
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/
H A Dcatch_session.hpp24 …Ptr<IStreamingReporter> createReporter( std::string const& reporterName, Ptr<Config> const& config… in createReporter() argument
25 …ngReporter> reporter = getRegistryHub().getReporterRegistry().create( reporterName, config.get() ); in createReporter()
28 oss << "No reporter registered with name: '" << reporterName << "'"; in createReporter()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_session.cpp32 … IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter() argument
33 … auto reporter = Catch::getRegistryHub().getReporterRegistry().create(reporterName, config); in createReporter()
34 CATCH_ENFORCE(reporter, "No reporter registered with name: '" << reporterName << "'"); in createReporter()
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A 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()
H A Dcatch_config.hpp66 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER; member
H A Dcatch_config.cpp49 std::string const& Config::getReporterName() const { return m_data.reporterName; } in getReporterName()
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A 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()
H A Dcatch_config.hpp66 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER; member
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A 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()
H A Dcatch_config.hpp64 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER; member
H A Dcatch_config.cpp49 std::string const& Config::getReporterName() const { return m_data.reporterName; } in getReporterName()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A 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()
H A Dcatch_config.hpp66 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER; member
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A 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()
H A Dcatch_config.hpp66 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER; member
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A 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()
H A Dcatch_config.hpp66 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER; member
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/
H A Dcatch_session.hpp24 …Ptr<IStreamingReporter> createReporter( std::string const& reporterName, Ptr<Config> const& config… in createReporter() argument
25 …ngReporter> reporter = getRegistryHub().getReporterRegistry().create( reporterName, config.get() ); in createReporter()
28 oss << "No reporter registered with name: '" << reporterName << "'"; in createReporter()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/
H A Dcatch_session.hpp24 …Ptr<IStreamingReporter> createReporter( std::string const& reporterName, Ptr<Config> const& config… in createReporter() argument
25 …ngReporter> reporter = getRegistryHub().getReporterRegistry().create( reporterName, config.get() ); in createReporter()
28 oss << "No reporter registered with name: '" << reporterName << "'"; in createReporter()
/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/IntrospectiveTests/
H A DCmdLine.tests.cpp317 CHECK(config.reporterName == "console");
359 REQUIRE(config.reporterName == "console");
364 REQUIRE(config.reporterName == "xml");
369 REQUIRE(config.reporterName == "junit");
/dports/math/e-antic/Catch2-ff349a5/projects/SelfTest/IntrospectiveTests/
H A DCmdLine.tests.cpp346 CHECK(config.reporterName == "console");
388 REQUIRE(config.reporterName == "console");
393 REQUIRE(config.reporterName == "xml");
398 REQUIRE(config.reporterName == "junit");
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/projects/SelfTest/IntrospectiveTests/
H A DCmdLine.tests.cpp346 CHECK(config.reporterName == "console");
388 REQUIRE(config.reporterName == "console");
393 REQUIRE(config.reporterName == "xml");
398 REQUIRE(config.reporterName == "junit");
/dports/emulators/citra/citra-ac98458e0/externals/catch/projects/SelfTest/IntrospectiveTests/
H A DCmdLine.tests.cpp346 CHECK(config.reporterName == "console");
388 REQUIRE(config.reporterName == "console");
393 REQUIRE(config.reporterName == "xml");
398 REQUIRE(config.reporterName == "junit");
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/projects/SelfTest/IntrospectiveTests/
H A DCmdLine.tests.cpp346 CHECK(config.reporterName == "console");
388 REQUIRE(config.reporterName == "console");
393 REQUIRE(config.reporterName == "xml");
398 REQUIRE(config.reporterName == "junit");
/dports/devel/catch/Catch2-2.13.7/projects/SelfTest/IntrospectiveTests/
H A DCmdLine.tests.cpp346 CHECK(config.reporterName == "console");
388 REQUIRE(config.reporterName == "console");
393 REQUIRE(config.reporterName == "xml");
398 REQUIRE(config.reporterName == "junit");

12345678