TestRomanCreator.h

Go to the documentation of this file.
00001 #ifndef TEST_ROMAN_CREATOR_H
00002 #define TEST_ROMAN_CREATOR_H
00003 
00013 #include <cppunit/extensions/HelperMacros.h>
00014 
00015 
00019 class TestRomanCreator : public CppUnit::TestFixture {
00020   CPPUNIT_TEST_SUITE(TestRomanCreator);
00021   CPPUNIT_TEST(convertTest);
00022   CPPUNIT_TEST_SUITE_END();
00023 
00024 public:
00025   void convertTest(void);
00026 };
00027 
00028 #endif /* !TEST_ROMAN_CREATOR_H */
00029 

Generated on Mon Apr 13 22:52:01 2009 by  doxygen 1.5.7.1