#include <ExpectedFunction.h> [code]
Definition at line 41 of file ExpectedFunction.h.
Public Member Functions | |
| ExpectedFunctionBase () | |
| virtual | ~ExpectedFunctionBase () |
| void | addCall (auto_ptr< BoundFunctionBase >) |
| void | setContext (const std::string &expectationString_, const SourceLine &sourceLine_) |
| void | verifyChecked () |
| void | setNumberOfTimesShouldBeInvoked (int from, int to) |
| bool | isLastExpectedCall () |
| bool | wasVerified () |
Protected Member Functions | |
| void | fail (const std::string &reason) |
| void | callAll () |
| void | stopWaiting () |
| Causes the event loop entered by wait() to be exitted once a mock is called. | |
Protected Attributes | |
| int | timesInvoked |
Private Types | |
| typedef std::list< BoundFunctionBase * > | Calls |
Private Attributes | |
| bool | verifyCheckedWasCalled |
| Calls | calls |
| std::string | expectationString |
| SourceLine | sourceLine |
| int | minTimesInvoked |
| int | maxTimesInvoked |
|
|
Definition at line 63 of file ExpectedFunction.h. |
|
|
Definition at line 30 of file ExpectedFunction.cpp. |
|
|
Definition at line 37 of file ExpectedFunction.cpp. |
|
|
Definition at line 95 of file ExpectedFunction.cpp. |
|
|
Definition at line 101 of file ExpectedFunction.cpp. |
|
|
Definition at line 87 of file ExpectedFunction.cpp. |
|
|
Definition at line 82 of file ExpectedFunction.cpp. |
|
||||||||||||
|
Definition at line 45 of file ExpectedFunction.cpp. |
|
||||||||||||
|
Definition at line 76 of file ExpectedFunction.cpp. |
|
|
Causes the event loop entered by wait() to be exitted once a mock is called.
Definition at line 109 of file ExpectedFunction.cpp. |
|
|
Definition at line 52 of file ExpectedFunction.cpp. |
|
|
Definition at line 71 of file ExpectedFunction.cpp. |
|
|
Definition at line 66 of file ExpectedFunction.h. |
|
|
Definition at line 67 of file ExpectedFunction.h. |
|
|
Definition at line 70 of file ExpectedFunction.h. |
|
|
Definition at line 69 of file ExpectedFunction.h. |
|
|
Definition at line 68 of file ExpectedFunction.h. |
|
|
Definition at line 72 of file ExpectedFunction.h. |
|
|
Definition at line 65 of file ExpectedFunction.h. |