[wadalabfont-kit] / jis2prim / BitmapFontTest.h  

View of /jis2prim/BitmapFontTest.h

Parent Directory | Revision Log
Revision: 1.4 - (download) (as text) (annotate)
Tue Aug 20 11:10:36 2002 UTC (21 years, 8 months ago) by ktanaka
Branch: MAIN
CVS Tags: SNAP-20040518, SNAP-20030702, SNAP-20030630, SNAP-20030624, HEAD
Changes since 1.3: +12 -35 lines
*** empty log message ***
#ifndef _BITMAP_FONT_TEST_H
#define _BITMAP_FONT_TEST_H
#include <cppunit/TestCase.h>
#include <cppunit/TestCaller.h>
#include <cppunit/TestSuite.h>
#include <cppunit/TestResult.h>
#include <cppunit/TextTestRunner.h>
#include <cppunit/extensions/HelperMacros.h>
#include "BitmapFont.h"
#include <iostream>
#include <algorithm>

class BitmapFontTest : public CppUnit::TestFixture {
  CPPUNIT_TEST_SUITE( BitmapFontTest );
  CPPUNIT_TEST( testGet );
  CPPUNIT_TEST( testShow );
  CPPUNIT_TEST( testPixel );
  CPPUNIT_TEST_SUITE_END();
 private:
  BitmapFont *space, *a;
 public:
  void setUp();
  void tearDown();
  void testGet();
  void testShow();
  void testPixel();
};

#endif /* _BITMAP_FONT_TEST_H */

ktanaka

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help