Searched refs:TestRunNode (Results 1 – 4 of 4) sorted by relevance
149 using TestRunNode = Node<TestRunStats, TestGroupNode>; typedef236 auto node = std::make_shared<TestRunNode>(testRunStats); in testRunEnded()252 std::vector<std::shared_ptr<TestRunNode>> m_testRuns;
8634 typedef Node<TestRunStats, TestGroupNode> TestRunNode; typedef8709 Ptr<TestRunNode> node = new TestRunNode( testRunStats ); in testRunEnded()8725 std::vector<Ptr<TestRunNode> > m_testRuns;
5806 using TestRunNode = Node<TestRunStats, TestGroupNode>; typedef5893 auto node = std::make_shared<TestRunNode>(testRunStats); in testRunEnded()5909 std::vector<std::shared_ptr<TestRunNode>> m_testRuns;
5842 using TestRunNode = Node<TestRunStats, TestGroupNode>; typedef5929 auto node = std::make_shared<TestRunNode>(testRunStats); in testRunEnded()5945 std::vector<std::shared_ptr<TestRunNode>> m_testRuns;