Container of matchers for stubs. More...

Public Member Functions | |
| virtual | ~StubMatchersCollection () |
| Destroys the object. | |
| virtual void | setName (const String &name)=0 |
| Sets the objects name. | |
| virtual void | addMatcher (const MatcherHolder< I > &matcher)=0 |
| Adds another matcher. | |
| virtual void | setStub (const StubHolder< R, I > &stub)=0 |
| Sets the stub data for the invocation. | |
Container of matchers for stubs.
Definition at line 53 of file StubMatchersCollection.h.
| virtual void mockpp::StubMatchersCollection< R, I >::addMatcher | ( | const MatcherHolder< I > & | matcher | ) | [pure virtual] |
Adds another matcher.
| matcher | the matcher object |
Implemented in mockpp::InvocationMockerBase< R, I >, and mockpp::InvocationMockerBase< void, I >.
| virtual void mockpp::StubMatchersCollection< R, I >::setName | ( | const String & | name | ) | [pure virtual] |
Sets the objects name.
| name | object name |
Implemented in mockpp::InvocationMockerBase< R, I >, and mockpp::InvocationMockerBase< void, I >.
| virtual void mockpp::StubMatchersCollection< R, I >::setStub | ( | const StubHolder< R, I > & | stub | ) | [pure virtual] |
Sets the stub data for the invocation.
| stub | the stub object |
Implemented in mockpp::InvocationMockerBase< R, I >, and mockpp::InvocationMockerBase< void, I >.
1.6.1