mockpp::Invocation0 Class Reference

Hold invocations without parameters. More...

Inheritance diagram for mockpp::Invocation0:
Inheritance graph
[legend]

List of all members.

Public Types

enum  { numParams = 0 }
typedef ConstraintSet0 ConstraintSetType
 internal shorthand

Public Member Functions

 Invocation0 (const String &name)
 Constructs the invocation.
bool equals (const Invocation0 &other) const
 Check if the object equals another invocation.
bool equals (const InvocationBase &other) const
 Check if the object equals another invocation.
virtual String describeParameters () const
 Returns a description of the parameters.

Detailed Description

Hold invocations without parameters.

Definition at line 123 of file Invocation.h.


Constructor & Destructor Documentation

mockpp::Invocation0::Invocation0 ( const String name  ) 

Constructs the invocation.

Parameters:
name the method name

Definition at line 72 of file Invocation.cpp.


Member Function Documentation

String mockpp::Invocation0::describeParameters (  )  const [virtual]

Returns a description of the parameters.

Returns:
the description

Implements mockpp::Invocation.

Definition at line 93 of file Invocation.cpp.

bool mockpp::Invocation0::equals ( const InvocationBase other  )  const

Check if the object equals another invocation.

Parameters:
other the other invocation
Returns:
true: objects are equal

Definition at line 86 of file Invocation.cpp.

bool mockpp::Invocation0::equals ( const Invocation0 other  )  const

Check if the object equals another invocation.

Parameters:
other the other invocation
Returns:
true: objects are equal

Definition at line 80 of file Invocation.cpp.


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

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