Hamcrest-Qt  0.0.1
Hamcrest matchers for C++/Qt
 All Classes Namespaces Functions
Classes | Static Public Member Functions | List of all members
HamcrestQt::MatcherAssert Class Reference

Classes

class  AssertionListener
 

Static Public Member Functions

static void addAssertionListener (MatcherAssert::AssertionListener *listener)
 
template<typename T >
static bool assertThat (const QString &reason, const T &actual, const Matcher< T > &matcher, const char *file, int line)
 
template<typename T >
static bool assertThat (const QString &reason, const T &actual, const QSharedPointer< Matcher< T > > &matcher, const char *file, int line)
 
template<typename T >
static bool assertThat (const T &actual, const Matcher< T > &matcher, const char *file, int line)
 
template<typename T >
static bool assertThat (const T &actual, const QSharedPointer< Matcher< T > > &matcher, const char *file, int line)
 
static bool assertThat (const QString &reason, bool assertion, const char *file, int line)
 

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