Use one stub after the other from a sequence. More...
Public Member Functions | |
template<typename P > | |
TypelessStubSequence (P start, P end) | |
Constructs the object. | |
virtual | ~TypelessStubSequence () |
Destroys the object. | |
virtual R | typelessInvoke () |
Mock the invocation without passing parameters. | |
virtual String | describeTo (String &buffer) const |
Appends the description of this object to the buffer. |
Use one stub after the other from a sequence.
Definition at line 49 of file TypelessStubSequence.h.
mockpp::TypelessStubSequence< R >::TypelessStubSequence | ( | P | start, | |
P | end | |||
) | [inline] |
Constructs the object.
start | interator for starting element | |
end | interator for trailing element |
Definition at line 58 of file TypelessStubSequence.h.
virtual String mockpp::TypelessStubSequence< R >::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< R >.
Definition at line 92 of file TypelessStubSequence.h.
virtual R mockpp::TypelessStubSequence< R >::typelessInvoke | ( | ) | [inline, virtual] |
Mock the invocation without passing parameters.
Implements mockpp::TypelessStub< R >.
Definition at line 76 of file TypelessStubSequence.h.