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) |
static EventMatcher |
EventMatcher.hasMessage(org.hamcrest.Matcher<org.mule.runtime.api.message.Message> messageMatcher) |
static EventMatcher |
EventMatcher.hasSecurityContext(org.hamcrest.Matcher<org.mule.runtime.api.security.SecurityContext> securityContextMatcher) |
static EventMatcher |
EventMatcher.hasVariables(org.hamcrest.Matcher<Map<String,org.mule.runtime.api.metadata.TypedValue<?>>> variablesMatcher) |