Changeset 9f39db for src/Patterns/unittests/CreatorUnitTest.hpp
- Timestamp:
- Jan 6, 2011, 11:47:13 PM (15 years ago)
- Children:
- 8dd38e
- Parents:
- 567640
- File:
-
- 1 edited
-
src/Patterns/unittests/CreatorUnitTest.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/unittests/CreatorUnitTest.hpp
r567640 r9f39db 14 14 #endif 15 15 16 #include <cppunit/extensions/HelperMacros.h> 16 17 17 #include <cppunit/extensions/HelperMacros.h> 18 #include "stubs/CreatorStub.hpp" 19 #include "stubs/CommonStub.hpp" 18 20 19 21 class CreatorTest : public CppUnit::TestFixture … … 32 34 33 35 private: 36 class CreatorStub<teststubs::Aclass> teststubA; 37 class CreatorStub<teststubs::Bclass> teststubB; 38 ICreatorStub* testingA1; 39 ICreatorStub* testingA2; 40 ICreatorStub* testingB1; 41 ICreatorStub* testingB2; 34 42 }; 35 43
Note:
See TracChangeset
for help on using the changeset viewer.
