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