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