Home
last modified time | relevance | path

Searched refs:TestRunNode (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp144 using TestRunNode = Node<TestRunStats, TestGroupNode>; typedef
231 auto node = std::make_shared<TestRunNode>(testRunStats); in testRunEnded()
247 std::vector<std::shared_ptr<TestRunNode>> m_testRuns;
/external/bcc/tests/cc/
Dcatch.hpp8634 typedef Node<TestRunStats, TestGroupNode> TestRunNode; typedef
8709 Ptr<TestRunNode> node = new TestRunNode( testRunStats ); in testRunEnded()
8725 std::vector<Ptr<TestRunNode> > m_testRuns;
/external/catch2/single_include/catch2/
Dcatch.hpp5200 using TestRunNode = Node<TestRunStats, TestGroupNode>; typedef
5287 auto node = std::make_shared<TestRunNode>(testRunStats); in testRunEnded()
5303 std::vector<std::shared_ptr<TestRunNode>> m_testRuns;