public class FieldDebugInfoMatcher extends org.hamcrest.TypeSafeMatcher<FieldDebugInfo<?>>
| Constructor and Description |
|---|
FieldDebugInfoMatcher(String name,
Class type,
org.hamcrest.Matcher matcher) |
FieldDebugInfoMatcher(String name,
Class type,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<FieldDebugInfo<?>> |
fieldLike(String name,
Class type,
org.hamcrest.Matcher matcher) |
static org.hamcrest.Matcher<FieldDebugInfo<?>> |
fieldLike(String name,
Class type,
Object value) |
boolean |
matchesSafely(FieldDebugInfo<?> item) |
describeMismatch, describeMismatchSafely, matchespublic boolean matchesSafely(FieldDebugInfo<?> item)
matchesSafely in class org.hamcrest.TypeSafeMatcher<FieldDebugInfo<?>>public void describeTo(org.hamcrest.Description description)
public static org.hamcrest.Matcher<FieldDebugInfo<?>> fieldLike(String name, Class type, Object value)
public static org.hamcrest.Matcher<FieldDebugInfo<?>> fieldLike(String name, Class type, org.hamcrest.Matcher matcher)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.