public class ObjectDebugInfoMatcher extends org.hamcrest.TypeSafeMatcher<FieldDebugInfo<?>>
| Constructor and Description |
|---|
ObjectDebugInfoMatcher(String name,
Class<?> type,
List<org.hamcrest.Matcher<FieldDebugInfo<?>>> fieldMatchers) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(FieldDebugInfo<?> fieldDebugInfo) |
static org.hamcrest.Matcher<FieldDebugInfo<?>> |
objectLike(String name,
Class<?> type,
List<org.hamcrest.Matcher<FieldDebugInfo<?>>> fieldMatchers) |
describeMismatch, describeMismatchSafely, matchespublic ObjectDebugInfoMatcher(String name, Class<?> type, List<org.hamcrest.Matcher<FieldDebugInfo<?>>> fieldMatchers)
protected boolean matchesSafely(FieldDebugInfo<?> fieldDebugInfo)
matchesSafely in class org.hamcrest.TypeSafeMatcher<FieldDebugInfo<?>>public void describeTo(org.hamcrest.Description description)
public static org.hamcrest.Matcher<FieldDebugInfo<?>> objectLike(String name, Class<?> type, List<org.hamcrest.Matcher<FieldDebugInfo<?>>> fieldMatchers)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.