Hamcrest-Qt  0.0.1
Hamcrest matchers for C++/Qt
 All Classes Namespaces Functions
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
oCHamcrestQt::MatcherAssert::AssertionListener
oCHamcrestQt::DescriptionA description of a Matcher
|oCHamcrestQt::BaseDescriptionA Description that is stored as a string
||\CHamcrestQt::StringDescriptionA Description that is stored as a string
|\CHamcrestQt::Description::NullDescription
oCHamcrestQt::MatcherAssert
\CHamcrestQt::SelfDescribingThe ability of an object to describe itself
 oCHamcrestQt::Matcher< T >A matcher over acceptable values
 |\CHamcrestQt::BaseMatcher< T >BaseClass for all Matcher implementations
 | oCHamcrestQt::DiagnosingMatcher< T >
 | |\CHamcrestQt::AllOf< T >Calculates the logical conjunction of multiple matchers
 | oCHamcrestQt::Is< T >Decorates another Matcher, retaining the behaviour but allowing tests to be slightly more expressive
 | oCHamcrestQt::IsEqual< T >Is the value equal to another value, as tested by the operator==() method?
 | oCHamcrestQt::IsNot< T >Calculates the logical negation of a matcher
 | \CHamcrestQt::ShortcutCombination< T >
 |  \CHamcrestQt::AnyOf< T >Calculates the logical disjunction of multiple matchers
 \CHamcrestQt::Matcher< QString >
  \CHamcrestQt::BaseMatcher< QString >
   \CHamcrestQt::SubstringMatcher
    oCHamcrestQt::StringContainsTests if the argument is a string that contains a substring
    oCHamcrestQt::StringEndsWithTests if the argument is a string that ends with a substring
    \CHamcrestQt::StringStartsWithTests if the argument is a string that starts with a substring