Base for invocation matchers. More...
Classes | |
| class | mockpp::AnyArgumentsMatcher< I > |
| Matches any arguments. More... | |
| class | mockpp::InvokeAtLeastMatcher |
| Has the method been invoked at least a count? More... | |
| class | mockpp::InvokeAtLeastOnceMatcher |
| Has the method been invoked at least once? More... | |
| class | mockpp::InvokeAtMostMatcher |
| Has the method been invoked a maximal number of times? More... | |
| class | mockpp::InvokeCountMatcher |
| Has the object been invoked a given number? More... | |
| class | mockpp::InvokedAfterMatcher< I > |
| Has the method been invoked after another? More... | |
| class | mockpp::InvokedBeforeMatcher< I > |
| Has the method been invoked before another? More... | |
| class | mockpp::InvokeOnceMatcher |
| Has the method been invoked exactly once? More... | |
| class | mockpp::TestFailureMatcher |
| An invocation count matcher that always fails upon invocation. More... | |
| class | mockpp::UnlimitedMatcher |
| Matches any invcotion. More... | |
Base for invocation matchers.
Matchers form a sub-expectation of a chained expectation. Matchers are mainly intended to check the invocation count.
1.6.1