Builder class for stub related purposes. More...
Public Member Functions | |
IdentityBuilder & | will (const StubHolder< R, I > &stubAction) |
Sets the stub return data for the invocation. | |
virtual void | setStub (const StubHolder< R, I > &stubAction)=0 |
Sets the stub data for the invocation. |
Builder class for stub related purposes.
Definition at line 55 of file StubBuilder.h.
virtual void mockpp::StubBuilder< R, I >::setStub | ( | const StubHolder< R, I > & | stubAction | ) | [pure virtual] |
Sets the stub data for the invocation.
stubAction | the stub object |