A stub for void methods. More...
Public Member Functions | |
virtual void | typelessInvoke () |
Mock the invocation without passing parameters. | |
virtual String | describeTo (String &buffer) const |
Appends the description of this object to the buffer. |
A stub for void methods.
Not really useful but needed for compatibility. May also be useful to express this property within an expectation.
Definition at line 50 of file VoidStub.h.
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 48 of file VoidStub.cpp.
void mockpp::VoidStub::typelessInvoke | ( | ) | [virtual] |
Mock the invocation without passing parameters.
Implements mockpp::TypelessStub< void >.
Definition at line 43 of file VoidStub.cpp.