mockpp::UnlimitedMatcher Class Reference
[Matchers]

Matches any invcotion. More...

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

List of all members.

Public Member Functions

virtual void verify ()
 Verifies always.
virtual bool hasDescription ()
 Does the object provide meaningful description via describeTo() ?.
virtual bool matches ()
 Checks if an invocation matches the expectaton.
virtual String describeTo (String &buffer) const
 Appends the description of this object to the buffer.

Detailed Description

Matches any invcotion.

See also:
mockpp::unlimited

Definition at line 48 of file UnlimitedMatcher.h.


Member Function Documentation

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

Reimplemented from mockpp::InvokedRecorder.

Definition at line 61 of file UnlimitedMatcher.cpp.

bool mockpp::UnlimitedMatcher::hasDescription (  )  [virtual]

Does the object provide meaningful description via describeTo() ?.

Returns:
true: description is available

Reimplemented from mockpp::InvokedRecorder.

Definition at line 49 of file UnlimitedMatcher.cpp.

bool mockpp::UnlimitedMatcher::matches (  )  [virtual]

Checks if an invocation matches the expectaton.

Returns:
always true

Reimplemented from mockpp::InvokedRecorder.

Definition at line 55 of file UnlimitedMatcher.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:09 2010 for mockpp by  doxygen 1.6.1