Changeset 567640 for src/Patterns/unittests/PrototypeFactoryUnitTest.hpp
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/unittests/PrototypeFactoryUnitTest.hpp
rd76c105 r567640 27 27 CPPUNIT_TEST ( Individualitytest ); 28 28 CPPUNIT_TEST ( PrototypeManipulatortest ); 29 CPPUNIT_TEST ( installPrototypetest ); 29 30 CPPUNIT_TEST_SUITE_END(); 30 31 … … 39 40 void Individualitytest(); 40 41 void PrototypeManipulatortest(); 42 void installPrototypetest(); 41 43 42 44 private:
Note:
See TracChangeset
for help on using the changeset viewer.