Revision: 1.3 - (view) (download) (as text)
1 : | ktanaka | 1.1 | #ifndef _BITMAP_FONT_FILE_TEST_H |
2 : | #define _BITMAP_FONT_FILE_TEST_H | ||
3 : | #include <cppunit/TestCase.h> | ||
4 : | #include <cppunit/TestCaller.h> | ||
5 : | #include <cppunit/TestSuite.h> | ||
6 : | #include <cppunit/TestResult.h> | ||
7 : | #include <cppunit/TextTestRunner.h> | ||
8 : | ktanaka | 1.3 | #include <cppunit/extensions/HelperMacros.h> |
9 : | ktanaka | 1.1 | #include "BitmapFontFile.h" |
10 : | |||
11 : | ktanaka | 1.3 | class BitmapFontFileTest : public CppUnit::TestFixture { |
12 : | CPPUNIT_TEST_SUITE( BitmapFontFileTest ); | ||
13 : | CPPUNIT_TEST( testShow ); | ||
14 : | CPPUNIT_TEST_SUITE_END(); | ||
15 : | ktanaka | 1.1 | private: |
16 : | BitmapFontFile *ff; | ||
17 : | public: | ||
18 : | ktanaka | 1.3 | void setUp(); |
19 : | void tearDown(); | ||
20 : | void testShow(); | ||
21 : | ktanaka | 1.1 | }; |
22 : | #endif /* _BITMAP_FONT_FILE_TEST_H */ |
ktanaka Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |