Classes | |
| struct | AllOfMatcher |
| struct | AnyOfMatcher |
| struct | BetweenBeginInclusiveMatcher |
| struct | BetweenEndInclusiveMatcher |
| struct | BetweenExclusiveMatcher |
| struct | BetweenInclusiveMatcher |
| struct | BooleanMatcher |
| struct | ContainsStringMatcher |
| struct | EqualMatcher |
| Represents the means to compare two values for equality. More... | |
| struct | EqualMatcher< double > |
| struct | EqualMatcher< float > |
| struct | EqualMatcher< long double > |
| struct | EqualMatcher<::QString > |
| Represents the means of comparing two Qt strings for equality. More... | |
| class | ExpectedValue |
| Represents an expected value for comparison in matcher operations. More... | |
| struct | GreaterThanEqualMatcher |
| struct | GreaterThanMatcher |
| struct | IsEmptyMatcher |
| struct | LessThanEqualMatcher |
| struct | LessThanMatcher |
| class | Matcher |
| Represents a base generic matcher for evaluating patterns or conditions against input values. More... | |
| struct | MemberFunctionMatcher |
| struct | MemberVariableMatcher |
| struct | NegationMatcher |
| struct | NotEqualMatcher |
| struct | SizeIsMatcher |
| A matcher that ensures that the container has the expected size. More... | |