00001
00002 #ifndef STJTREEENTRYCOORDINATORTEST_HH
00003 #define STJTREEENTRYCOORDINATORTEST_HH
00004
00005 #include <cppunit/extensions/HelperMacros.h>
00006
00007 class StjTreeEntryCoordinatorTest : public CPPUNIT_NS::TestFixture
00008 {
00009 CPPUNIT_TEST_SUITE( StjTreeEntryCoordinatorTest );
00010 CPPUNIT_TEST( testEmpty );
00011 CPPUNIT_TEST( testOne );
00012 CPPUNIT_TEST( testTwo );
00013 CPPUNIT_TEST( testTree );
00014 CPPUNIT_TEST_SUITE_END();
00015
00016 public:
00017 void setUp();
00018 void tearDown();
00019
00020 void testEmpty();
00021 void testOne();
00022 void testTwo();
00023 void testTree();
00024
00025 private:
00026
00027 };
00028
00029 #endif // STJTREEENTRYCOORDINATORTEST_HH