1 #ifndef BLANK_TEST_WORLD_BLOCKTEST_H_
2 #define BLANK_TEST_WORLD_BLOCKTEST_H_
4 #include <cppunit/extensions/HelperMacros.h>
11 : public CppUnit::TestFixture {
13 CPPUNIT_TEST_SUITE(BlockTest);
15 CPPUNIT_TEST(testFaceOpposite);
16 CPPUNIT_TEST(testFaceAxis);
17 CPPUNIT_TEST(testFaceNormal);
18 CPPUNIT_TEST(testNormalFace);
20 CPPUNIT_TEST(testFaceSet);
22 CPPUNIT_TEST(testDefaultBlock);
24 CPPUNIT_TEST_SUITE_END();
30 void testFaceOpposite();
32 void testFaceNormal();
33 void testNormalFace();
37 void testDefaultBlock();