Ignore:
Timestamp:
Jan 6, 2011, 12:22:12 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
9f39db
Parents:
d76c105
Message:

PrototypeFactory now allows for replacing prototypes.

  • if a prototype can only be manipulated via its constructor, it is essential for the factory to allow for changing prototypes in a controlled manner. All the functions on prototypes are protected, hence only friends may get access.
  • Library version is now 3:1:1, API version is 1.0.6.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Patterns/unittests/PrototypeFactoryUnitTest.hpp

    rd76c105 r567640  
    2727  CPPUNIT_TEST ( Individualitytest );
    2828  CPPUNIT_TEST ( PrototypeManipulatortest );
     29  CPPUNIT_TEST ( installPrototypetest );
    2930  CPPUNIT_TEST_SUITE_END();
    3031
     
    3940  void Individualitytest();
    4041  void PrototypeManipulatortest();
     42  void installPrototypetest();
    4143
    4244private:
Note: See TracChangeset for help on using the changeset viewer.