Changeset 70672e3 for src/Patterns/unittests
- Timestamp:
- Dec 22, 2010, 5:20:21 PM (15 years ago)
- Children:
- cdf2e4
- Parents:
- 9098f9
- Location:
- src/Patterns/unittests
- Files:
-
- 4 edited
-
CacheableUnitTest.hpp (modified) (1 diff)
-
ObserverUnitTest.hpp (modified) (1 diff)
-
RegistryUnitTest.hpp (modified) (1 diff)
-
SingletonUnitTest.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/unittests/CacheableUnitTest.hpp
r9098f9 r70672e3 8 8 #ifndef CACHEABLEUNITTEST_HPP_ 9 9 #define CACHEABLEUNITTEST_HPP_ 10 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 10 15 11 16 #include <cppunit/extensions/HelperMacros.h> -
src/Patterns/unittests/ObserverUnitTest.hpp
r9098f9 r70672e3 8 8 #ifndef OBSERVERTEST_HPP_ 9 9 #define OBSERVERTEST_HPP_ 10 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 10 15 11 16 #include <cppunit/extensions/HelperMacros.h> -
src/Patterns/unittests/RegistryUnitTest.hpp
r9098f9 r70672e3 8 8 #ifndef REGISTRYUNITTEST_HPP_ 9 9 #define REGISTRYUNITTEST_HPP_ 10 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 10 15 11 16 #include <cppunit/extensions/HelperMacros.h> -
src/Patterns/unittests/SingletonUnitTest.hpp
r9098f9 r70672e3 8 8 #ifndef SINGLETONUNITTEST_HPP_ 9 9 #define SINGLETONUNITTEST_HPP_ 10 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 10 15 11 16 #include <cppunit/extensions/HelperMacros.h>
Note:
See TracChangeset
for help on using the changeset viewer.
