Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
SingletonSubclass_test Class Reference

Description

Test:
specific dependency-injection setup, to create a singleton subclass (implementation class) instance, without coupling the caller to the concrete type.
Remarks
Expected results: an instance of the subclass is created.
See also
lib::Depend
lib/depend-inject.hpp

Definition at line 89 of file singleton-subclass-test.cpp.

Private Member Functions

virtual void run (Arg arg)
 
void verify_error_detection ()
 

Member Function Documentation

◆ run()

virtual void run ( Arg  arg)
inlineprivatevirtual

Definition at line 93 of file singleton-subclass-test.cpp.

References Interface::identify(), INSTANCEOF, Interface::setCountParam(), and SingletonSubclass_test::verify_error_detection().

+ Here is the call graph for this function:

◆ verify_error_detection()

void verify_error_detection ( )
inlineprivate

Definition at line 125 of file singleton-subclass-test.cpp.

References INSTANCEOF, and VERIFY_ERROR.

Referenced by SingletonSubclass_test::run().

+ Here is the caller graph for this function:
+ Inheritance diagram for SingletonSubclass_test:
+ Collaboration diagram for SingletonSubclass_test:

The documentation for this class was generated from the following file: