public class EncodingMatcher extends TypedValueMatcher
| Constructor and Description |
|---|
EncodingMatcher(org.hamcrest.Matcher nestedMatcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeMismatch(Object item,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
doMatch(org.mule.runtime.api.metadata.TypedValue typedValue) |
matchespublic boolean doMatch(org.mule.runtime.api.metadata.TypedValue typedValue)
doMatch in class TypedValueMatcherpublic void describeMismatch(Object item, org.hamcrest.Description description)
describeMismatch in interface org.hamcrest.Matcher<org.mule.runtime.api.metadata.TypedValue>describeMismatch in class org.hamcrest.BaseMatcher<org.mule.runtime.api.metadata.TypedValue>public void describeTo(org.hamcrest.Description description)
Copyright © 2017. All rights reserved.