Home
last modified time | relevance | path

Searched defs:mismatchDescription (Results 1 – 25 of 30) sorted by relevance

12

/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DTypeSafeDiagnosingMatcher.java25 protected abstract boolean matchesSafely(T item, Description mismatchDescription); in matchesSafely()
62 public final void describeMismatch(Object item, Description mismatchDescription) { in describeMismatch()
66 matchesSafely((T) item, mismatchDescription); in describeMismatch() local
DDiagnosingMatcher.java16 public final void describeMismatch(Object item, Description mismatchDescription) { in describeMismatch()
20 protected abstract boolean matches(Object item, Description mismatchDescription); in matches()
DMatcher.java48 void describeMismatch(Object item, Description mismatchDescription); in describeMismatch()
DTypeSafeMatcher.java53 protected void describeMismatchSafely(T item, Description mismatchDescription) { in describeMismatchSafely()
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsIterableContainingInRelativeOrder.java21 … protected boolean matchesSafely(Iterable<? extends E> iterable, Description mismatchDescription) { in matchesSafely()
33 private final Description mismatchDescription; field in IsIterableContainingInRelativeOrder.MatchSeriesInRelativeOrder
37 …ic MatchSeriesInRelativeOrder(List<Matcher<? super F>> matchers, Description mismatchDescription) { in MatchSeriesInRelativeOrder()
DIsIterableContainingInAnyOrder.java22 protected boolean matchesSafely(Iterable<? extends T> items, Description mismatchDescription) { in matchesSafely()
42 private final Description mismatchDescription; field in IsIterableContainingInAnyOrder.Matching
44 public Matching(Collection<Matcher<? super S>> matchers, Description mismatchDescription) { in Matching()
DIsIterableContainingInOrder.java22 … protected boolean matchesSafely(Iterable<? extends E> iterable, Description mismatchDescription) { in matchesSafely()
40 private final Description mismatchDescription; field in IsIterableContainingInOrder.MatchSeries
43 public MatchSeries(List<Matcher<? super F>> matchers, Description mismatchDescription) { in MatchSeries()
DIsArrayContaining.java32 public void describeMismatchSafely(T[] item, Description mismatchDescription) { in describeMismatchSafely()
33 super.describeMismatch(Arrays.asList(item), mismatchDescription); in describeMismatchSafely() local
DIsArrayContainingInAnyOrder.java29 public void describeMismatchSafely(E[] item, Description mismatchDescription) { in describeMismatchSafely()
30 iterableMatcher.describeMismatch(Arrays.asList(item), mismatchDescription); in describeMismatchSafely() local
DIsArrayContainingInOrder.java30 public void describeMismatchSafely(E[] item, Description mismatchDescription) { in describeMismatchSafely()
31 iterableMatcher.describeMismatch(asList(item), mismatchDescription); in describeMismatchSafely() local
DIsEmptyCollection.java20 …public void describeMismatchSafely(Collection<? extends E> item, Description mismatchDescription) { in describeMismatchSafely()
DIsEmptyIterable.java17 … public void describeMismatchSafely(Iterable<? extends E> iter, Description mismatchDescription) { in describeMismatchSafely()
DIsArray.java32 public void describeMismatchSafely(T[] actual, Description mismatchDescription) { in describeMismatchSafely()
/external/mockito/src/test/java/org/mockito/internal/hamcrest/
DMatcherGenericTypeExtractorTest.java55 public void describeMismatch(Object item, Description mismatchDescription) {} in describeMismatch()
64 public void describeMismatch(Object item, Description mismatchDescription) {} in describeMismatch()
74 public void describeMismatch(Object item, Description mismatchDescription) {} in describeMismatch()
85 public void describeMismatch(Object item, Description mismatchDescription) {} in describeMismatch()
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/number/
DIsNaN.java21 public void describeMismatchSafely(Double item, Description mismatchDescription) { in describeMismatchSafely()
DBigDecimalCloseTo.java26 public void describeMismatchSafely(BigDecimal item, Description mismatchDescription) { in describeMismatchSafely()
DIsCloseTo.java29 public void describeMismatchSafely(Double item, Description mismatchDescription) { in describeMismatchSafely()
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DEvery.java15 … public boolean matchesSafely(Iterable<? extends T> collection, Description mismatchDescription) { in matchesSafely()
DIs.java35 public void describeMismatch(Object item, Description mismatchDescription) { in describeMismatch()
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
DTypeSafeMatcherTest.java18 public void describeMismatchSafely(String item, Description mismatchDescription) { in describeMismatchSafely()
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/text/
DIsEqualIgnoringCase.java30 public void describeMismatchSafely(String item, Description mismatchDescription) { in describeMismatchSafely()
DStringContainsInOrder.java31 public void describeMismatchSafely(String item, Description mismatchDescription) { in describeMismatchSafely()
DIsEqualIgnoringWhiteSpace.java32 public void describeMismatchSafely(String item, Description mismatchDescription) { in describeMismatchSafely()
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/object/
DIsCompatibleType.java20 public void describeMismatchSafely(Class<?> cls, Description mismatchDescription) { in describeMismatchSafely()
DIsEventFrom.java23 public boolean matchesSafely(EventObject item, Description mismatchDescription) { in matchesSafely()

12