mockpp::AnyArgumentsMatcher< I > Class Template Reference
[Matchers]

Matches any arguments. More...

Inheritance diagram for mockpp::AnyArgumentsMatcher< I >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual bool matches (const I &invocation)
 Checks if an invocation matches the expectaton.
virtual String describeTo (String &buffer) const
 Appends the description of this object to the buffer.

Detailed Description

template<typename I>
class mockpp::AnyArgumentsMatcher< I >

Matches any arguments.

See also:
mockpp::any

Definition at line 49 of file AnyArgumentsMatcher.h.


Member Function Documentation

template<typename I >
virtual String mockpp::AnyArgumentsMatcher< I >::describeTo ( String buffer  )  const [inline, 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 67 of file AnyArgumentsMatcher.h.

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

Checks if an invocation matches the expectaton.

Parameters:
invocation the invocation data (only dummy data)
Returns:
always true

Implements mockpp::InvocationMatcher< I >.

Definition at line 57 of file AnyArgumentsMatcher.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:07 2010 for mockpp by  doxygen 1.6.1