Hamcrest-Qt  0.0.1
Hamcrest matchers for C++/Qt
 All Classes Namespaces Functions
Public Member Functions | Protected Member Functions | List of all members
HamcrestQt::ShortcutCombination< T > Class Template Reference
Inheritance diagram for HamcrestQt::ShortcutCombination< T >:
HamcrestQt::BaseMatcher< T > HamcrestQt::Matcher< T > HamcrestQt::SelfDescribing HamcrestQt::AnyOf< T >

Public Member Functions

 ShortcutCombination (const QList< QSharedPointer< Matcher< T > > > &m)
 
void describeTo (Description &description, const QString &op) const
 
- Public Member Functions inherited from HamcrestQt::BaseMatcher< T >
virtual void describeMismatch (const T &item, Description &description) const
 Generate a description of why the matcher has not accepted the item. More...
 
virtual QString toString () const
 
- Public Member Functions inherited from HamcrestQt::Matcher< T >
virtual bool matches (const T &item) const =0
 Evaluates the matcher for argument item. More...
 
- Public Member Functions inherited from HamcrestQt::SelfDescribing
virtual void describeTo (Description &description) const =0
 Generates a description of the object. More...
 

Protected Member Functions

virtual bool matches (const T &item, bool shortcut) const
 

The documentation for this class was generated from the following file: