public class DiffMatcher
extends org.hamcrest.TypeSafeMatcher<org.apache.commons.lang3.builder.Diff>
| Constructor and Description |
|---|
DiffMatcher(String fieldName,
org.hamcrest.Matcher<?> oldValue,
org.hamcrest.Matcher<?> newValue) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(org.apache.commons.lang3.builder.Diff item,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
static DiffMatcher |
diff(String fieldName,
org.hamcrest.Matcher<?> oldValue,
org.hamcrest.Matcher<?> newValue) |
protected boolean |
matchesSafely(org.apache.commons.lang3.builder.Diff item) |
public DiffMatcher(String fieldName, org.hamcrest.Matcher<?> oldValue, org.hamcrest.Matcher<?> newValue)
protected boolean matchesSafely(org.apache.commons.lang3.builder.Diff item)
matchesSafely in class org.hamcrest.TypeSafeMatcher<org.apache.commons.lang3.builder.Diff>public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(org.apache.commons.lang3.builder.Diff item,
org.hamcrest.Description mismatchDescription)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<org.apache.commons.lang3.builder.Diff>public static DiffMatcher diff(String fieldName, org.hamcrest.Matcher<?> oldValue, org.hamcrest.Matcher<?> newValue)
Copyright © 2022 Atlassian. All rights reserved.