Partial specialisation for builder class for void stub related purposes. More...
Public Member Functions | |
IdentityBuilder & | isVoid () |
Indicates that the method is void . | |
IdentityBuilder & | will (const StubHolder< void, I > &stubAction) |
Sets the stub return data for the invocation. | |
virtual void | setStub (const StubHolder< void, I > &stubAction)=0 |
Sets the stub data for the invocation. |
Partial specialisation for builder class for void stub related purposes.
Definition at line 98 of file StubBuilder.h.
IdentityBuilder& mockpp::StubBuilder< void, I >::isVoid | ( | ) | [inline] |
Indicates that the method is void
.
Definition at line 105 of file StubBuilder.h.
virtual void mockpp::StubBuilder< void, I >::setStub | ( | const StubHolder< void, I > & | stubAction | ) | [pure virtual] |
Sets the stub data for the invocation.
stubAction | the stub object |