Searched refs:TestRunNode (Results 1 – 3 of 3) sorted by relevance
144 using TestRunNode = Node<TestRunStats, TestGroupNode>; typedef231 auto node = std::make_shared<TestRunNode>(testRunStats); in testRunEnded()247 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;
5200 using TestRunNode = Node<TestRunStats, TestGroupNode>; typedef5287 auto node = std::make_shared<TestRunNode>(testRunStats); in testRunEnded()5303 std::vector<std::shared_ptr<TestRunNode>> m_testRuns;