Home
last modified time | relevance | path

Searched defs:StreamingReporterBase (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/math/e-antic/Catch2-ff349a5/include/reporters/
H A Dcatch_reporter_bases.hpp34 struct StreamingReporterBase : IStreamingReporter { struct
36 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
45 ReporterPreferences getPreferences() const override { in getPreferences()
89 void skipTest(TestCaseInfo const&) override { in skipTest()
94 IConfigPtr m_config;
95 std::ostream& stream;
97 LazyStat<TestRunInfo> currentTestRunInfo;
98 LazyStat<GroupInfo> currentGroupInfo;
99 LazyStat<TestCaseInfo> currentTestCaseInfo;
101 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/www/restbed/restbed-4.8/dependency/catch/include/reporters/
H A Dcatch_reporter_bases.hpp31 struct StreamingReporterBase : IStreamingReporter { struct
33 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
42 ReporterPreferences getPreferences() const override { in getPreferences()
86 void skipTest(TestCaseInfo const&) override { in skipTest()
91 IConfigPtr m_config;
92 std::ostream& stream;
94 LazyStat<TestRunInfo> currentTestRunInfo;
95 LazyStat<GroupInfo> currentGroupInfo;
96 LazyStat<TestCaseInfo> currentTestCaseInfo;
98 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/reporters/
H A Dcatch_reporter_bases.hpp34 struct StreamingReporterBase : IStreamingReporter { struct
36 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument
45 ReporterPreferences getPreferences() const override { in getPreferences()
89 void skipTest(TestCaseInfo const&) override { in skipTest()
94 IConfigPtr m_config;
95 std::ostream& stream;
97 LazyStat<TestRunInfo> currentTestRunInfo;
98 LazyStat<GroupInfo> currentGroupInfo;
99 LazyStat<TestCaseInfo> currentTestCaseInfo;
101 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_bases.hpp34 struct StreamingReporterBase : IStreamingReporter { struct
36 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
45 ReporterPreferences getPreferences() const override { in getPreferences()
89 void skipTest(TestCaseInfo const&) override { in skipTest()
94 IConfigPtr m_config;
95 std::ostream& stream;
97 LazyStat<TestRunInfo> currentTestRunInfo;
98 LazyStat<GroupInfo> currentGroupInfo;
99 LazyStat<TestCaseInfo> currentTestCaseInfo;
101 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_bases.hpp34 struct StreamingReporterBase : IStreamingReporter { struct
36 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
45 ReporterPreferences getPreferences() const override { in getPreferences()
89 void skipTest(TestCaseInfo const&) override { in skipTest()
94 IConfigPtr m_config;
95 std::ostream& stream;
97 LazyStat<TestRunInfo> currentTestRunInfo;
98 LazyStat<GroupInfo> currentGroupInfo;
99 LazyStat<TestCaseInfo> currentTestCaseInfo;
101 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/devel/catch/Catch2-2.13.7/include/reporters/
H A Dcatch_reporter_bases.hpp34 struct StreamingReporterBase : IStreamingReporter { struct
36 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument
45 ReporterPreferences getPreferences() const override { in getPreferences()
89 void skipTest(TestCaseInfo const&) override { in skipTest()
94 IConfigPtr m_config;
95 std::ostream& stream;
97 LazyStat<TestRunInfo> currentTestRunInfo;
98 LazyStat<GroupInfo> currentGroupInfo;
99 LazyStat<TestCaseInfo> currentTestCaseInfo;
101 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/reporters/
H A Dcatch_reporter_bases.hpp28 struct StreamingReporterBase : IStreamingReporter { struct
30 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
39 ReporterPreferences getPreferences() const override { in getPreferences()
80 void skipTest(TestCaseInfo const&) override { in skipTest()
85 IConfigPtr m_config;
86 std::ostream& stream;
88 LazyStat<TestRunInfo> currentTestRunInfo;
89 LazyStat<GroupInfo> currentGroupInfo;
90 LazyStat<TestCaseInfo> currentTestCaseInfo;
92 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/reporters/
H A Dcatch_reporter_bases.hpp44 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
46 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument
53 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
90 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { in skipTest()
95 Ptr<IConfig const> m_config;
96 std::ostream& stream;
98 LazyStat<TestRunInfo> currentTestRunInfo;
99 LazyStat<GroupInfo> currentGroupInfo;
100 LazyStat<TestCaseInfo> currentTestCaseInfo;
102 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_bases.hpp17 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
19 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument
26 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
63 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { in skipTest()
68 Ptr<IConfig const> m_config;
69 std::ostream& stream;
71 LazyStat<TestRunInfo> currentTestRunInfo;
72 LazyStat<GroupInfo> currentGroupInfo;
73 LazyStat<TestCaseInfo> currentTestCaseInfo;
75 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/reporters/
H A Dcatch_reporter_bases.hpp44 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
46 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
53 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
90 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { in skipTest()
95 Ptr<IConfig const> m_config;
96 std::ostream& stream;
98 LazyStat<TestRunInfo> currentTestRunInfo;
99 LazyStat<GroupInfo> currentGroupInfo;
100 LazyStat<TestCaseInfo> currentTestCaseInfo;
102 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_bases.hpp17 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
19 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument
26 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
63 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { in skipTest()
68 Ptr<IConfig const> m_config;
69 std::ostream& stream;
71 LazyStat<TestRunInfo> currentTestRunInfo;
72 LazyStat<GroupInfo> currentGroupInfo;
73 LazyStat<TestCaseInfo> currentTestCaseInfo;
75 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/biology/vcflib/vcflib-1.0.2/intervaltree/
H A Dcatch.hpp8287 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
8289 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument
8296 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
8333 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { in skipTest()
8338 Ptr<IConfig const> m_config;
8339 std::ostream& stream;
8341 LazyStat<TestRunInfo> currentTestRunInfo;
8342 LazyStat<GroupInfo> currentGroupInfo;
8343 LazyStat<TestCaseInfo> currentTestCaseInfo;
8345 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/math/intervaltree/intervaltree-8fc4be91866237995e1105689d84bece619f4663/
H A Dcatch.hpp8287 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
8289 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
8296 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
8333 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { in skipTest()
8338 Ptr<IConfig const> m_config;
8339 std::ostream& stream;
8341 LazyStat<TestRunInfo> currentTestRunInfo;
8342 LazyStat<GroupInfo> currentGroupInfo;
8343 LazyStat<TestCaseInfo> currentTestCaseInfo;
8345 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/finance/chiapos/chiapos-1.0.3/src-ext/cxxopts/test/
H A Dcatch.hpp8544 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
8546 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
8553 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
8590 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { in skipTest()
8595 Ptr<IConfig const> m_config;
8596 std::ostream& stream;
8598 LazyStat<TestRunInfo> currentTestRunInfo;
8599 LazyStat<GroupInfo> currentGroupInfo;
8600 LazyStat<TestCaseInfo> currentTestCaseInfo;
8602 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/multimedia/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2/test/testframework/
H A Dcatch.hpp8529 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
8531 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument
8538 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
8575 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { in skipTest()
8580 Ptr<IConfig const> m_config;
8581 std::ostream& stream;
8583 LazyStat<TestRunInfo> currentTestRunInfo;
8584 LazyStat<GroupInfo> currentGroupInfo;
8585 LazyStat<TestCaseInfo> currentTestCaseInfo;
8587 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/devel/cxxopts/cxxopts-3.0.0/test/
H A Dcatch.hpp8544 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
8546 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument
8553 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
8590 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { in skipTest()
8595 Ptr<IConfig const> m_config;
8596 std::ostream& stream;
8598 LazyStat<TestRunInfo> currentTestRunInfo;
8599 LazyStat<GroupInfo> currentGroupInfo;
8600 LazyStat<TestCaseInfo> currentTestCaseInfo;
8602 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/security/gonepass/gonepass-3da5cfa120/
H A Dcatch.hpp8529 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
8531 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument
8538 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
8575 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { in skipTest()
8580 Ptr<IConfig const> m_config;
8581 std::ostream& stream;
8583 LazyStat<TestRunInfo> currentTestRunInfo;
8584 LazyStat<GroupInfo> currentGroupInfo;
8585 LazyStat<TestCaseInfo> currentTestCaseInfo;
8587 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/libwap_tests/
H A DCatch.hpp8608 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
8610 StreamingReporterBase(ReporterConfig const& _config) in StreamingReporterBase() function
8617 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE{ in getPreferences()
8654 virtual void skipTest(TestCaseInfo const&) CATCH_OVERRIDE{ in skipTest()
8659 Ptr<IConfig const> m_config;
8660 std::ostream& stream;
8662 LazyStat<TestRunInfo> currentTestRunInfo;
8663 LazyStat<GroupInfo> currentGroupInfo;
8664 LazyStat<TestCaseInfo> currentTestCaseInfo;
8666 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/unittests/
H A Dcatch.hpp8586 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
8588 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
8595 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
8632 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { in skipTest()
8637 Ptr<IConfig const> m_config;
8638 std::ostream& stream;
8640 LazyStat<TestRunInfo> currentTestRunInfo;
8641 LazyStat<GroupInfo> currentGroupInfo;
8642 LazyStat<TestCaseInfo> currentTestCaseInfo;
8644 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A Dcatch.hpp8710 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
8712 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
8719 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
8756 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { in skipTest()
8761 Ptr<IConfig const> m_config;
8762 std::ostream& stream;
8764 LazyStat<TestRunInfo> currentTestRunInfo;
8765 LazyStat<GroupInfo> currentGroupInfo;
8766 LazyStat<TestCaseInfo> currentTestCaseInfo;
8768 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/biology/abyss/abyss-2.3.1/vendor/nthash/vendor/
H A Dcatch.hpp8284 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
8286 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
8293 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
8330 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { in skipTest()
8335 Ptr<IConfig const> m_config;
8336 std::ostream& stream;
8338 LazyStat<TestRunInfo> currentTestRunInfo;
8339 LazyStat<GroupInfo> currentGroupInfo;
8340 LazyStat<TestCaseInfo> currentTestCaseInfo;
8342 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/biology/abyss/abyss-2.3.1/vendor/btl_bloomfilter/vendor/
H A Dcatch.hpp8284 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
8286 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
8293 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
8330 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { in skipTest()
8335 Ptr<IConfig const> m_config;
8336 std::ostream& stream;
8338 LazyStat<TestRunInfo> currentTestRunInfo;
8339 LazyStat<GroupInfo> currentGroupInfo;
8340 LazyStat<TestCaseInfo> currentTestCaseInfo;
8342 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/biology/freebayes/freebayes-1.3.5/intervaltree/
H A Dcatch.hpp8287 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
8289 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
8296 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
8333 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { in skipTest()
8338 Ptr<IConfig const> m_config;
8339 std::ostream& stream;
8341 LazyStat<TestRunInfo> currentTestRunInfo;
8342 LazyStat<GroupInfo> currentGroupInfo;
8343 LazyStat<TestCaseInfo> currentTestCaseInfo;
8345 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/biology/freebayes/freebayes-1.3.5/vcflib/intervaltree/
H A Dcatch.hpp8287 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
8289 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
8296 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
8333 virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { in skipTest()
8338 Ptr<IConfig const> m_config;
8339 std::ostream& stream;
8341 LazyStat<TestRunInfo> currentTestRunInfo;
8342 LazyStat<GroupInfo> currentGroupInfo;
8343 LazyStat<TestCaseInfo> currentTestCaseInfo;
8345 std::vector<SectionInfo> m_sectionStack;
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/variant/test/include/
H A Dcatch.hpp9465 struct StreamingReporterBase : SharedImpl<IStreamingReporter> struct
9468 StreamingReporterBase(ReporterConfig const& _config) in StreamingReporterBase() argument
9475 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE in getPreferences()
9521 virtual void skipTest(TestCaseInfo const&) CATCH_OVERRIDE in skipTest()
9527 Ptr<IConfig const> m_config;
9528 std::ostream& stream;
9530 LazyStat<TestRunInfo> currentTestRunInfo;
9531 LazyStat<GroupInfo> currentGroupInfo;
9532 LazyStat<TestCaseInfo> currentTestCaseInfo;
9534 std::vector<SectionInfo> m_sectionStack;
[all …]

1234567