| Revision: | 127 | 
| Committed: | Wed Oct 20 21:38:17 2004 UTC (21 years ago) by tim | 
| Original Path: | trunk/test/utils/PropertyMapTestCase.hpp | 
| File size: | 447 byte(s) | 
| Log Message: | adding generic data test case | 
| # | User | Rev | Content | 
|---|---|---|---|
| 1 | tim | 127 | #ifndef TEST_PROPERTYMAPTESTCASE_HPP | 
| 2 | #define TEST_PROPERTYMAPTESTCASE_HPP | ||
| 3 | |||
| 4 | #include <cppunit/extensions/HelperMacros.h> | ||
| 5 | #include "utils/GenericFactory.hpp" | ||
| 6 | |||
| 7 | using namespace oopse; | ||
| 8 | |||
| 9 | class PropertyMapTestCase : public CPPUNIT_NS::TestFixture { | ||
| 10 | CPPUNIT_TEST_SUITE( GenericFactoryTestCase ); | ||
| 11 | CPPUNIT_TEST(testPropertyMap); | ||
| 12 | CPPUNIT_TEST_SUITE_END(); | ||
| 13 | |||
| 14 | public: | ||
| 15 | |||
| 16 | void testPropertyMap(); | ||
| 17 | }; | ||
| 18 | |||
| 19 | |||
| 20 | #endif //TEST_PROPERTYMAPTESTCASE_HPP | 
| Name | Value | 
|---|---|
| svn:executable | * |