| Class | Description |
|---|---|
| IsMessageWithAttributes<T> |
Verifies a
Message's attributes, using a specific Attributes matcher. |
| IsMessageWithMediaType |
Verifies a
Message's media type. |
| IsMessageWithPayload |
Verifies a
Message's payload, using a String matcher. |
| IsMultiPartPayloadContainingPart |
Verifies whether a
MultiPartPayload contains a part matching a given Message matcher. |
| IsMultiPartPayloadWithSize |
Verifies a
MultiPartPayload's part count. |
| IsPartWithFilename |
Verifies whether a
MultiPartPayload's part has a given filename. |
| IsPartWithName |
Verifies whether a
MultiPartPayload's part has a given name. |
| IsPartWithSize |
Verifies whether a
MultiPartPayload's part has a given size. |
| MessageMatchers | |
| MultiPartPayloadMatchers | |
| PartAttributesMatchers | |
| 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.