Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp149 using TestRunNode = Node<TestRunStats, TestGroupNode>; typedef
236 auto node = std::make_shared<TestRunNode>(testRunStats); in testRunEnded()
252 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.hpp5806 using TestRunNode = Node<TestRunStats, TestGroupNode>; typedef
5893 auto node = std::make_shared<TestRunNode>(testRunStats); in testRunEnded()
5909 std::vector<std::shared_ptr<TestRunNode>> m_testRuns;
/external/libabigail/tests/lib/
Dcatch.hpp5842 using TestRunNode = Node<TestRunStats, TestGroupNode>; typedef
5929 auto node = std::make_shared<TestRunNode>(testRunStats); in testRunEnded()
5945 std::vector<std::shared_ptr<TestRunNode>> m_testRuns;