Inheritance diagram for Utils::CalitkoMocks::Testing::ExpectationDriverTest:


Definition at line 38 of file ExpectationDriverTest.cpp.
Public Types | |
| typedef BoundFunction< ExpectationDriverTest, void()> | BoundFoo |
| typedef CallDriver< BoundFoo > | CallDriverFoo |
Public Member Functions | |
| void | foo () |
| void | testWillReturnOk () |
| willReturn() should stub the return value and return the call driver. | |
| void | testWillCallOk () |
| willCall() should return a DelayedCallDriver (compile-time check). | |
Private Member Functions | |
| CPPUNIT_TEST_SUITE (ExpectationDriverTest) | |
| CPPUNIT_TEST (testWillReturnOk) | |
| CPPUNIT_TEST (testWillCallOk) | |
| CPPUNIT_TEST_SUITE_END () | |
|
|
Definition at line 47 of file ExpectationDriverTest.cpp. |
|
|
Definition at line 48 of file ExpectationDriverTest.cpp. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 46 of file ExpectationDriverTest.cpp. |
|
|
willCall() should return a DelayedCallDriver (compile-time check).
Definition at line 64 of file ExpectationDriverTest.cpp. |
|
|
willReturn() should stub the return value and return the call driver.
Definition at line 51 of file ExpectationDriverTest.cpp. |