Hamcrest-Qt
0.0.1
Hamcrest matchers for C++/Qt
|
HamcrestQt::MatcherAssert::AssertionListener | |
HamcrestQt::Description | A description of a Matcher |
HamcrestQt::BaseDescription | A Description that is stored as a string |
HamcrestQt::StringDescription | A Description that is stored as a string |
HamcrestQt::Description::NullDescription | |
HamcrestQt::MatcherAssert | |
HamcrestQt::SelfDescribing | The ability of an object to describe itself |
HamcrestQt::Matcher< T > | A matcher over acceptable values |
HamcrestQt::BaseMatcher< T > | BaseClass for all Matcher implementations |
HamcrestQt::DiagnosingMatcher< T > | |
HamcrestQt::AllOf< T > | Calculates the logical conjunction of multiple matchers |
HamcrestQt::Is< T > | Decorates another Matcher, retaining the behaviour but allowing tests to be slightly more expressive |
HamcrestQt::IsEqual< T > | Is the value equal to another value, as tested by the operator==() method? |
HamcrestQt::IsNot< T > | Calculates the logical negation of a matcher |
HamcrestQt::ShortcutCombination< T > | |
HamcrestQt::AnyOf< T > | Calculates the logical disjunction of multiple matchers |
HamcrestQt::Matcher< QString > | |
HamcrestQt::BaseMatcher< QString > | |
HamcrestQt::SubstringMatcher | |
HamcrestQt::StringContains | Tests if the argument is a string that contains a substring |
HamcrestQt::StringEndsWith | Tests if the argument is a string that ends with a substring |
HamcrestQt::StringStartsWith | Tests if the argument is a string that starts with a substring |