mockpp::ChainableMockMethod4Common< RT, P1, P2, P3, P4 > Class Template Reference
[Chaining behaviour of a Chainable Mock Object]

Common stuff to set up chainable mock method expectations with 4 parameters. More...

Inheritance diagram for mockpp::ChainableMockMethod4Common< RT, P1, P2, P3, P4 >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef Invocation4< P1, P2,
P3, P4 > 
InvocationType
 internal shorthand
typedef CoreMock< RT,
InvocationType
CoreMockType
 internal shorthand
typedef RT ReturnType
 internal shorthand
typedef ChainingMockBuilder
< ArgumentsMatchBuilder4
< ReturnType, InvocationType > > 
Builder
 internal shorthand

Public Member Functions

 ChainableMockMethod4Common (const String &name, ChainableMockObject *parent)
 Constructs the mock object.
virtual void reset ()
 Clears all internal states.
virtual void verify ()
 Verify that the expected value is within the allowed bounds.

Protected Member Functions

CoreMockTypegetCoreMock () const
 Returns the underlying coremock.

Detailed Description

template<typename RT, typename P1, typename P2, typename P3, typename P4>
class mockpp::ChainableMockMethod4Common< RT, P1, P2, P3, P4 >

Common stuff to set up chainable mock method expectations with 4 parameters.

Definition at line 48 of file ChainableMockMethod4.h.


Constructor & Destructor Documentation

template<typename RT, typename P1, typename P2, typename P3, typename P4>
mockpp::ChainableMockMethod4Common< RT, P1, P2, P3, P4 >::ChainableMockMethod4Common ( const String name,
ChainableMockObject parent 
) [inline]

Constructs the mock object.

Parameters:
name human readable description about the expectation
parent parent chainable mock object

Definition at line 65 of file ChainableMockMethod4.h.


Member Function Documentation

template<typename RT, typename P1, typename P2, typename P3, typename P4>
CoreMockType& mockpp::ChainableMockMethod4Common< RT, P1, P2, P3, P4 >::getCoreMock (  )  const [inline, protected]

Returns the underlying coremock.

Returns:
reference to the mock object

Definition at line 87 of file ChainableMockMethod4.h.

template<typename RT, typename P1, typename P2, typename P3, typename P4>
virtual void mockpp::ChainableMockMethod4Common< RT, P1, P2, P3, P4 >::verify (  )  [inline, virtual]

Verify that the expected value is within the allowed bounds.

If it fails, an AssertionFailedError is thrown

Reimplemented from mockpp::ChainingMockBuilder< ArgumentsMatchBuilder4< RT, Invocation4< P1, P2, P3, P4 > > >.

Definition at line 77 of file ChainableMockMethod4.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines

Generated on Tue Jan 5 09:49:11 2010 for mockpp by  doxygen 1.6.1