Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
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;
Dcatch_reporter_junit.h42 void writeTestCase(TestCaseNode const& testCaseNode);
Dcatch_reporter_sonarqube.hpp75 void writeTestCase(TestCaseNode const& testCaseNode) { in writeTestCase()
Dcatch_reporter_junit.cpp154 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase()
/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp75 void writeTestCase(TestCaseNode const& testCaseNode) { in writeTestCase()
Dcatch.hpp5804 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef
5805 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
5877 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()
5906 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
6307 void writeTestCase(TestCaseNode const& testCaseNode);
16621 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase()
/external/bcc/tests/cc/
Dcatch.hpp8632 typedef Node<TestCaseStats, SectionNode> TestCaseNode; typedef
8633 typedef Node<TestGroupStats, TestCaseNode> TestGroupNode;
8693 Ptr<TestCaseNode> node = new TestCaseNode( testCaseStats ); in testCaseEnded()
8722 std::vector<Ptr<TestCaseNode> > m_testCases;
9347 void writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase()
/external/libabigail/tests/lib/
Dcatch.hpp5840 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef
5841 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
5913 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()
5942 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
6341 void writeTestCase(TestCaseNode const& testCaseNode);
16874 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase()