Changeset 8dd38e for src/Patterns/unittests/PrototypeFactoryUnitTest.hpp
- Timestamp:
- Jan 10, 2011, 8:06:49 PM (15 years ago)
- Children:
- 192c04
- Parents:
- 9f39db
- git-author:
- Frederik Heber <heber@…> (01/06/11 23:48:30)
- git-committer:
- Frederik Heber <heber@…> (01/10/11 20:06:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/unittests/PrototypeFactoryUnitTest.hpp
r9f39db r8dd38e 26 26 CPPUNIT_TEST ( getProductTypeTest ); 27 27 CPPUNIT_TEST ( Individualitytest ); 28 CPPUNIT_TEST ( PrototypeManipulatortest ); 29 CPPUNIT_TEST ( installPrototypetest ); 28 CPPUNIT_TEST ( getPrototypetest ); 30 29 CPPUNIT_TEST_SUITE_END(); 31 30 … … 39 38 void getProductTypeTest(); 40 39 void Individualitytest(); 41 void PrototypeManipulatortest(); 42 void installPrototypetest(); 40 void getPrototypetest(); 43 41 44 42 private:
Note:
See TracChangeset
for help on using the changeset viewer.
