General template of a chaining mock. More...
Public Member Functions | |
AbstractDynamicChainingMock (typename InvocationDispatcher< R, I >::AP in_invocationDispatcher, const String &name, VerifiableList *parent) | |
Constructs the chaining mock. | |
AbstractDynamicChainingMock (const String &name, VerifiableList *parent) | |
Constructs the chaining mock. | |
Protected Member Functions | |
virtual R | mockInvocation (const I &invocation) |
Mocks an invocation. |
General template of a chaining mock.
Definition at line 226 of file AbstractDynamicChainingMock.h.
mockpp::AbstractDynamicChainingMock< R, I >::AbstractDynamicChainingMock | ( | typename InvocationDispatcher< R, I >::AP | in_invocationDispatcher, | |
const String & | name, | |||
VerifiableList * | parent | |||
) | [inline] |
Constructs the chaining mock.
in_invocationDispatcher | pointer to invocation dispatcher | |
name | pointer to invocation dispatcher | |
parent | pointer to parent verifiable |
Definition at line 235 of file AbstractDynamicChainingMock.h.
mockpp::AbstractDynamicChainingMock< R, I >::AbstractDynamicChainingMock | ( | const String & | name, | |
VerifiableList * | parent | |||
) | [inline] |
Constructs the chaining mock.
name | pointer to invocation dispatcher | |
parent | pointer to parent verifiable |
Definition at line 245 of file AbstractDynamicChainingMock.h.
virtual R mockpp::AbstractDynamicChainingMock< R, I >::mockInvocation | ( | const I & | invocation | ) | [inline, protected, virtual] |
Mocks an invocation.
invocation | the invocation data |
Implements mockpp::AbstractDynamicChainingMockImpl< R, I >.
Definition at line 256 of file AbstractDynamicChainingMock.h.