Hamcrest-Qt  0.0.1
Hamcrest matchers for C++/Qt
 All Classes Namespaces Functions
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NHamcrestQtHamcrest-Qt is a library of matchers, which can be combined in to create flexible expressions of intent in tests
 oCBaseDescriptionA Description that is stored as a string
 oCBaseMatcherBaseClass for all Matcher implementations
 oCDescriptionA description of a Matcher
 |\CNullDescription
 oCDiagnosingMatcher
 oCAllOfCalculates the logical conjunction of multiple matchers
 oCAnyOfCalculates the logical disjunction of multiple matchers
 oCIsDecorates another Matcher, retaining the behaviour but allowing tests to be slightly more expressive
 oCIsEqualIs the value equal to another value, as tested by the operator==() method?
 oCIsNotCalculates the logical negation of a matcher
 oCShortcutCombination
 oCStringContainsTests if the argument is a string that contains a substring
 oCStringEndsWithTests if the argument is a string that ends with a substring
 oCStringStartsWithTests if the argument is a string that starts with a substring
 oCSubstringMatcher
 oCMatcherA matcher over acceptable values
 oCMatcherAssert
 |\CAssertionListener
 oCSelfDescribingThe ability of an object to describe itself
 \CStringDescriptionA Description that is stored as a string