Home
last modified time | relevance | path

Searched refs:TestCaseNode (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_bases.hpp121 typedef Node<TestCaseStats, SectionNode> TestCaseNode; typedef
122 typedef Node<TestGroupStats, TestCaseNode> TestGroupNode;
188 Ptr<TestCaseNode> node = new TestCaseNode( testCaseStats ); in testCaseEnded()
224 std::vector<Ptr<TestCaseNode> > m_testCases;
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_bases.hpp121 typedef Node<TestCaseStats, SectionNode> TestCaseNode; typedef
122 typedef Node<TestGroupStats, TestCaseNode> TestGroupNode;
188 Ptr<TestCaseNode> node = new TestCaseNode( testCaseStats ); in testCaseEnded()
224 std::vector<Ptr<TestCaseNode> > m_testCases;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/reporters/
H A Dcatch_reporter_bases.hpp149 typedef Node<TestCaseStats, SectionNode> TestCaseNode; typedef
150 typedef Node<TestGroupStats, TestCaseNode> TestGroupNode;
216 Ptr<TestCaseNode> node = new TestCaseNode( testCaseStats ); in testCaseEnded()
252 std::vector<Ptr<TestCaseNode> > m_testCases;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/reporters/
H A Dcatch_reporter_bases.hpp149 typedef Node<TestCaseStats, SectionNode> TestCaseNode; typedef
150 typedef Node<TestGroupStats, TestCaseNode> TestGroupNode;
216 Ptr<TestCaseNode> node = new TestCaseNode( testCaseStats ); in testCaseEnded()
252 std::vector<Ptr<TestCaseNode> > m_testCases;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/catch/
H A Dcatchoutputreader.cpp81 testOutputNodeStarted(TestCaseNode); in processOutputLine()
151 testOutputNodeFinished(TestCaseNode); in processOutputLine()
292 case TestCaseNode: in testOutputNodeFinished()
299 m_currentTestNode = m_sectionDepth == 0 ? TestCaseNode : SectionNode; in testOutputNodeFinished()
313 case TestCaseNode: in testOutputNodeToString()
H A Dcatchoutputreader.h53 TestCaseNode, enumerator
/dports/math/e-antic/Catch2-ff349a5/include/reporters/
H A Dcatch_reporter_bases.hpp150 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef
151 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
223 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()
252 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
H A Dcatch_reporter_junit.h42 void writeTestCase(TestCaseNode const& testCaseNode);
H A Dcatch_reporter_sonarqube.hpp75 void writeTestCase(TestCaseNode const& testCaseNode) { in writeTestCase()
/dports/www/restbed/restbed-4.8/dependency/catch/include/reporters/
H A Dcatch_reporter_bases.hpp147 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef
148 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
220 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()
249 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
H A Dcatch_reporter_junit.h42 void writeTestCase(TestCaseNode const& testCaseNode);
H A Dcatch_reporter_sonarqube.hpp75 void writeTestCase(TestCaseNode const& testCaseNode) { in writeTestCase()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/reporters/
H A Dcatch_reporter_bases.hpp150 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef
151 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
223 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()
252 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
H A Dcatch_reporter_junit.h42 void writeTestCase(TestCaseNode const& testCaseNode);
H A Dcatch_reporter_sonarqube.hpp75 void writeTestCase(TestCaseNode const& testCaseNode) { in writeTestCase()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_bases.hpp150 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef
151 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
223 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()
252 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
H A Dcatch_reporter_junit.h42 void writeTestCase(TestCaseNode const& testCaseNode);
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_bases.hpp150 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef
151 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
223 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()
252 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
H A Dcatch_reporter_junit.h42 void writeTestCase(TestCaseNode const& testCaseNode);
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/reporters/
H A Dcatch_reporter_bases.hpp141 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef
142 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
214 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()
243 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
H A Dcatch_reporter_junit.h42 void writeTestCase(TestCaseNode const& testCaseNode);
/dports/devel/catch/Catch2-2.13.7/include/reporters/
H A Dcatch_reporter_bases.hpp150 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef
151 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
223 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()
252 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
H A Dcatch_reporter_junit.h42 void writeTestCase(TestCaseNode const& testCaseNode);
/dports/math/e-antic/Catch2-ff349a5/single_include/catch2/
H A Dcatch_reporter_sonarqube.hpp75 void writeTestCase(TestCaseNode const& testCaseNode) { in writeTestCase()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/single_include/catch2/
H A Dcatch_reporter_sonarqube.hpp75 void writeTestCase(TestCaseNode const& testCaseNode) { in writeTestCase()

12345678