1 #ifndef BLANK_TEST_MODEL_GEOMETRYTEST_H_
2 #define BLANK_TEST_MODEL_GEOMETRYTEST_H_
4 #include <cppunit/extensions/HelperMacros.h>
11 : public CppUnit::TestFixture {
13 CPPUNIT_TEST_SUITE(GeometryTest);
15 CPPUNIT_TEST(testRayBoxIntersection);
16 CPPUNIT_TEST(testBoxBoxIntersection);
18 CPPUNIT_TEST_SUITE_END();
24 void testRayBoxIntersection();
25 void testBoxBoxIntersection();