mockpp::ConstraintSet0 Class Reference

A set of constraints for a method without arguments. More...

List of all members.

Public Member Functions

virtual ~ConstraintSet0 ()
 Destroys the object.
template<typename I >
bool matches (const I &invocation)
 Tests if the constraint set matches the invocation.
virtual String describeTo (String &buffer) const
 Appends the description of this object to the buffer.

Detailed Description

A set of constraints for a method without arguments.

Definition at line 46 of file ConstraintSet.h.


Member Function Documentation

String mockpp::ConstraintSet0::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

Definition at line 40 of file ConstraintSet.cpp.

template<typename I >
bool mockpp::ConstraintSet0::matches ( const I &  invocation  )  [inline]

Tests if the constraint set matches the invocation.

Parameters:
invocation the invocation data
Returns:
true: the set matches

Definition at line 59 of file ConstraintSet.h.


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:06 2010 for mockpp by  doxygen 1.6.1