Always call some functor. More...
Public Member Functions | |
CallStub (F in_functor) | |
Creates the object. | |
virtual void | typelessInvoke () |
Mock the invocation without passing parameters. | |
virtual String | describeTo (String &buffer) const |
Appends the description of this object to the buffer. |
Always call some functor.
Definition at line 49 of file CallStub.h.
mockpp::CallStub< F >::CallStub | ( | F | in_functor | ) | [inline] |
Creates the object.
in_functor | functor to call |
Definition at line 56 of file CallStub.h.
virtual String mockpp::CallStub< F >::describeTo | ( | String & | buffer | ) | const [inline, virtual] |
Appends the description of this object to the buffer.
buffer | The buffer that the description is appended to. |
Implements mockpp::TypelessStub< void >.
Definition at line 72 of file CallStub.h.
virtual void mockpp::CallStub< F >::typelessInvoke | ( | ) | [inline, virtual] |
Mock the invocation without passing parameters.
Calls the functor.
Implements mockpp::TypelessStub< void >.
Definition at line 63 of file CallStub.h.