public class DataTypeCompatibilityMatcher
extends org.hamcrest.TypeSafeMatcher<org.mule.runtime.api.metadata.DataType>
| Constructor and Description |
|---|
DataTypeCompatibilityMatcher(org.mule.runtime.api.metadata.DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<org.mule.runtime.api.metadata.DataType> |
assignableTo(org.mule.runtime.api.metadata.DataType dataType) |
protected void |
describeMismatchSafely(org.mule.runtime.api.metadata.DataType dataType,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(org.mule.runtime.api.metadata.DataType otherDataType) |
public DataTypeCompatibilityMatcher(org.mule.runtime.api.metadata.DataType dataType)
protected boolean matchesSafely(org.mule.runtime.api.metadata.DataType otherDataType)
matchesSafely in class org.hamcrest.TypeSafeMatcher<org.mule.runtime.api.metadata.DataType>public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(org.mule.runtime.api.metadata.DataType dataType,
org.hamcrest.Description mismatchDescription)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<org.mule.runtime.api.metadata.DataType>public static org.hamcrest.Matcher<org.mule.runtime.api.metadata.DataType> assignableTo(org.mule.runtime.api.metadata.DataType dataType)
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.