Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp145 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef
146 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
218 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()
247 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
Dcatch_reporter_junit.h42 void writeTestCase(TestCaseNode const& testCaseNode);
Dcatch_reporter_junit.cpp153 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/catch2/single_include/catch2/
Dcatch.hpp5216 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef
5217 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
5289 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()
5318 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
5700 void writeTestCase(TestCaseNode const& testCaseNode);
14135 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase()