![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Client Class normally to be instantiated as Singleton.
But for tests, this class should be replaced by a Mock....
Definition at line 39 of file singleton-testmock-test.cpp.
Public Member Functions | |
| TestSingO (Symbol ty="TestSingO") | |
| virtual | ~TestSingO () |
| void | doIt () |
| int | getCnt () |
Private Attributes | |
| int | callCnt_ |
| Symbol | typid_ |
| _Fmt | msg_ |
Definition at line 46 of file singleton-testmock-test.cpp.
References Literal::c(), and TestSingO::typid_.
Here is the call graph for this function:
|
inlinevirtual |
Definition at line 55 of file singleton-testmock-test.cpp.
References Literal::c(), and TestSingO::typid_.
Here is the call graph for this function:
|
inline |
Definition at line 60 of file singleton-testmock-test.cpp.
References TestSingO::callCnt_, TestSingO::msg_, and TestSingO::typid_.
|
inline |
Definition at line 66 of file singleton-testmock-test.cpp.
References TestSingO::callCnt_.
|
private |
Definition at line 41 of file singleton-testmock-test.cpp.
Referenced by TestSingO::doIt(), and TestSingO::getCnt().
|
private |
Definition at line 42 of file singleton-testmock-test.cpp.
Referenced by TestSingO::TestSingO(), TestSingO::~TestSingO(), and TestSingO::doIt().
|
private |
Definition at line 43 of file singleton-testmock-test.cpp.
Referenced by TestSingO::doIt().
Inheritance diagram for TestSingO:
Collaboration diagram for TestSingO: