Searched defs:TreeTest (Results 1 – 3 of 3) sorted by relevance
93 struct TreeTest struct95 typedef Matrix<double, Dim, 1> VectorType;96 typedef std::vector<VectorType, aligned_allocator<VectorType> > VectorTypeList;97 typedef Ball<Dim> BallType;98 typedef std::vector<BallType, aligned_allocator<BallType> > BallTypeList;99 typedef AlignedBox<double, Dim> BoxType;101 void testIntersect1() in testIntersect1()120 void testMinimize1() in testMinimize1()141 void testIntersect2() in testIntersect2()166 void testMinimize2() in testMinimize2()
23 class TreeTest : public SyntaxTreeTest { class109 TEST_P(TreeTest, FirstLeaf) { in TEST_P() argument119 TEST_P(TreeTest, LastLeaf) { in TEST_P() argument129 TEST_F(TreeTest, Iterators) { in TEST_F() argument
10 class TreeTest(unittest.TestCase): class