mockpp::Invocation Class Reference

Hold information about an invocation dispatched to a Mock object. More...

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

List of all members.

Public Member Functions

 Invocation (const String &in_name)
 Constructs the object.
virtual String describeTo (String &buffer) const
 Appends the description of this object to the buffer.
String getMethodName () const
 Returns the method name.
virtual String describeParameters () const =0
 Returns a description of the parameters.

Detailed Description

Hold information about an invocation dispatched to a Mock object.

Definition at line 86 of file Invocation.h.


Constructor & Destructor Documentation

mockpp::Invocation::Invocation ( const String in_name  ) 

Constructs the object.

Parameters:
in_name name of he object

Definition at line 49 of file Invocation.cpp.


Member Function Documentation

virtual String mockpp::Invocation::describeParameters (  )  const [pure virtual]
String mockpp::Invocation::describeTo ( String buffer  )  const [virtual]

Appends the description of this object to the buffer.

Parameters:
buffer The buffer that the description is appended to.
Returns:
The current content of the buffer data

Implements mockpp::SelfDescribing.

Definition at line 55 of file Invocation.cpp.

String mockpp::Invocation::getMethodName (  )  const

Returns the method name.

Returns:
the method name

Definition at line 63 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