| Package | Description |
|---|---|
| org.mule.tck.junit4.matcher |
| Modifier and Type | Method and Description |
|---|---|
static EventMatcher |
EventMatcher.hasErrorType(org.mule.runtime.extension.api.error.ErrorTypeDefinition type) |
static EventMatcher |
EventMatcher.hasErrorType(org.hamcrest.Matcher<String> namespace,
org.hamcrest.Matcher<String> type) |
static EventMatcher |
EventMatcher.hasErrorType(String namespace,
String type) |
static EventMatcher |
EventMatcher.hasErrorTypeThat(org.hamcrest.Matcher<org.mule.runtime.api.message.ErrorType> errorTypeMatcher) |
| Modifier and Type | Method and Description |
|---|---|
static MessagingExceptionMatcher |
MessagingExceptionMatcher.withEventThat(EventMatcher eventMatcher) |
| Constructor and Description |
|---|
MessagingExceptionMatcher(EventMatcher eventMatcher) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.