| Class | Description |
|---|---|
| DataTypeCompatibilityMatcher | |
| DataTypeMatcher |
Verifies a given
DataType's type, mime type and encoding. |
| EitherMatcher<L,R> |
Matcher for Either instances. |
| ErrorTypeMatcher |
Matcher for ErrorType instances. |
| EventMatcher |
Matcher for CoreEvent instances. |
| Eventually<T> |
Should the matcher be satisfied with delay?
|
| FunctionExpressionMatcher<T,R> |
A matcher that will evaluate against the result of a given
Function. |
| HasClassInHierarchy |
Tests whether the value has a given class name in the class hierarchy.
|
| IsEmptyOptional<T> |
Verifies that an
Optional is empty. |
| IsEqualIgnoringLineBreaks |
Tests if a
String is equal to another string, regardless of the line breaks,helpful when dealing with
cross-platform tests |
| MessagingExceptionMatcher |
Matcher for MessagingException instances. |
| MetadataKeyMatcher |
Matcher implementation for MetadataKey |
| StringContainsIgnoringLineBreaks |
Tests if the argument is a string that contains a substring but ignoring line breaks
|
| ValueMatcher |
Matcher to easily test the structure of a Value |
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.