public final class ErrorTypeMatcher
extends org.hamcrest.TypeSafeMatcher<org.mule.runtime.api.message.ErrorType>
Matcher for ErrorType instances.| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(org.mule.runtime.api.message.ErrorType item,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
static ErrorTypeMatcher |
errorType(org.mule.runtime.api.component.ComponentIdentifier errorIdentifier) |
static ErrorTypeMatcher |
errorType(org.mule.runtime.extension.api.error.ErrorTypeDefinition type) |
static ErrorTypeMatcher |
errorType(org.hamcrest.Matcher<String> namespace,
org.hamcrest.Matcher<String> type) |
static ErrorTypeMatcher |
errorType(String namespace,
String type) |
protected boolean |
matchesSafely(org.mule.runtime.api.message.ErrorType item) |
public static ErrorTypeMatcher errorType(org.mule.runtime.extension.api.error.ErrorTypeDefinition type)
public static ErrorTypeMatcher errorType(String namespace, String type)
public static ErrorTypeMatcher errorType(org.mule.runtime.api.component.ComponentIdentifier errorIdentifier)
public static ErrorTypeMatcher errorType(org.hamcrest.Matcher<String> namespace, org.hamcrest.Matcher<String> type)
protected boolean matchesSafely(org.mule.runtime.api.message.ErrorType item)
matchesSafely in class org.hamcrest.TypeSafeMatcher<org.mule.runtime.api.message.ErrorType>public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(org.mule.runtime.api.message.ErrorType item,
org.hamcrest.Description mismatchDescription)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<org.mule.runtime.api.message.ErrorType>Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.