| Class | Description |
|---|---|
| IsMessageWithAttributes<T> |
Verifies a
Message's attributes, using a specific Message.getAttributes() matcher. |
| IsMessageWithMediaType |
Verifies a
Message's media type. |
| IsMessageWithPayload<T> |
Verifies a
Message's payload, using a String matcher. |
| MessageMatchers | |
| ThatMatcher<T> |
Decorates a Matcher maintaining all its behaviour but allowing matcher nesting to be more expressive, much like
Is. |
| ThrowableCauseMatcher<T extends Throwable> |
Matcher to check the cause of an exception.
|
| ThrowableMessageMatcher<T extends Throwable> |
Matcher to check the message of an exception.
|
| ThrowableRootCauseMatcher<T extends Throwable> |
Matcher to check the root cause of an exception.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.