# | Line 2 | Line 2 | |
---|---|---|
2 | #define TEST_PROPERTYMAPTESTCASE_HPP | |
3 | ||
4 | #include <cppunit/extensions/HelperMacros.h> | |
5 | < | #include "utils/GenericFactory.hpp" |
5 | > | #include "utils/PropertyMap.hpp" |
6 | ||
7 | < | using namespace oopse; |
7 | > | using namespace OpenMD; |
8 | ||
9 | class PropertyMapTestCase : public CPPUNIT_NS::TestFixture { | |
10 | < | CPPUNIT_TEST_SUITE( GenericFactoryTestCase ); |
10 | > | CPPUNIT_TEST_SUITE( PropertyMapTestCase ); |
11 | CPPUNIT_TEST(testPropertyMap); | |
12 | CPPUNIT_TEST_SUITE_END(); | |
13 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |