- Test:
- verify the various modes of creating dependencies.
- standard case is singleton creation
- configuration of a specific subclass for the singleton
- use of a custom factory function
- injection of a mock implementation for unit tests
- See also
- lib::Dependency
-
Singleton_test
-
DependencyConfiguration_test newer test from 2018 to cover the same ground
Definition at line 102 of file dependency-factory-test.cpp.
|
virtual void | run (Arg) |
|
void | verify_automaticReplacement () |
|
void | verify_customFactory () |
|
void | verify_defaultSingletonCreation () |
|
void | verify_FactoryDefinition_is_sticky () |
|
void | verify_SubclassCreation () |
|
|
static SubSubDub * | customFactoryFunction (void) |
|
The documentation for this class was generated from the following file: