ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/test/utils/PropertyMapTestCase.hpp
Revision: 1622
Committed: Wed Oct 20 22:54:30 2004 UTC (19 years, 8 months ago) by tim
File size: 441 byte(s)
Log Message:
GenericData and PropertyMap  pass unit test.

File Contents

# User Rev Content
1 tim 1620 #ifndef TEST_PROPERTYMAPTESTCASE_HPP
2     #define TEST_PROPERTYMAPTESTCASE_HPP
3    
4     #include <cppunit/extensions/HelperMacros.h>
5 tim 1622 #include "utils/PropertyMap.hpp"
6 tim 1620
7     using namespace oopse;
8    
9     class PropertyMapTestCase : public CPPUNIT_NS::TestFixture {
10 tim 1622 CPPUNIT_TEST_SUITE( PropertyMapTestCase );
11 tim 1620 CPPUNIT_TEST(testPropertyMap);
12     CPPUNIT_TEST_SUITE_END();
13    
14     public:
15    
16     void testPropertyMap();
17     };
18    
19    
20     #endif //TEST_PROPERTYMAPTESTCASE_HPP

Properties

Name Value
svn:executable *