Home
last modified time | relevance | path

Searched refs:describeMismatch (Results 1 – 25 of 29) sorted by relevance

12

/external/mockito/src/test/java/org/mockito/internal/hamcrest/
DMatcherGenericTypeExtractorTest.java55 public void describeMismatch(Object item, Description mismatchDescription) {} in describeMismatch() method in MatcherGenericTypeExtractorTest.IntMatcherFromInterface
64 public void describeMismatch(Object item, Description mismatchDescription) {} in describeMismatch() method in MatcherGenericTypeExtractorTest.StaticIntMatcherFromInterface
74 public void describeMismatch(Object item, Description mismatchDescription) {} in describeMismatch() method in MatcherGenericTypeExtractorTest.NonGenericMatcherFromInterface
85 public void describeMismatch(Object item, Description mismatchDescription) {} in describeMismatch() method in MatcherGenericTypeExtractorTest.SubclassGenericMatcherFromInterface
119 public void describeMismatch(Object item, Description mismatchDescription) { in findsGenericType()
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DTypeSafeMatcher.java54 super.describeMismatch(item, mismatchDescription); in describeMismatchSafely()
72 final public void describeMismatch(Object item, Description description) { in describeMismatch() method in TypeSafeMatcher
74 super.describeMismatch(null, description); in describeMismatch()
DTypeSafeDiagnosingMatcher.java62 public final void describeMismatch(Object item, Description mismatchDescription) { in describeMismatch() method in TypeSafeDiagnosingMatcher
64 super.describeMismatch(item, mismatchDescription); in describeMismatch()
DMatcher.java48 void describeMismatch(Object item, Description mismatchDescription); in describeMismatch() method
DBaseMatcher.java20 public void describeMismatch(Object item, Description description) { in describeMismatch() method in BaseMatcher
DDiagnosingMatcher.java16 public final void describeMismatch(Object item, Description mismatchDescription) { in describeMismatch() method in DiagnosingMatcher
DMatcherAssert.java16 matcher.describeMismatch(actual, description); in assertThat()
DFeatureMatcher.java43 subMatcher.describeMismatch(featureValue, mismatch); in matchesSafely()
DCondition.java52 matcher.describeMismatch(theValue, mismatch); in matching()
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsIterableContainingInOrder.java71 describeMismatch(matcher, item); in isMatched()
78 private void describeMismatch(Matcher<? super F> matcher, F item) { in describeMismatch() method in IsIterableContainingInOrder.MatchSeries
80 matcher.describeMismatch(item, mismatchDescription); in describeMismatch()
DIsArrayContaining.java33 super.describeMismatch(Arrays.asList(item), mismatchDescription); in describeMismatchSafely()
DIsArray.java40 elementMatchers[i].describeMismatch(actual[i], mismatchDescription); in describeMismatchSafely()
DIsArrayContainingInAnyOrder.java30 iterableMatcher.describeMismatch(Arrays.asList(item), mismatchDescription); in describeMismatchSafely()
DIsArrayContainingInOrder.java31 iterableMatcher.describeMismatch(asList(item), mismatchDescription); in describeMismatchSafely()
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DIs.java35 public void describeMismatch(Object item, Description mismatchDescription) { in describeMismatch() method in Is
36 matcher.describeMismatch(item, mismatchDescription); in describeMismatch()
DDescribedAs.java49 public void describeMismatch(Object item, Description description) { in describeMismatch() method in DescribedAs
50 matcher.describeMismatch(item, description); in describeMismatch()
DEvery.java19 matcher.describeMismatch(t, mismatchDescription); in matchesSafely()
DAllOf.java27 matcher.describeMismatch(o, mismatch); in matches()
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
DFeatureMatcherTest.java32 resultMatcher.describeMismatch(new ShouldNotMatch(), mismatchDescription); in doesNotThrowClassCastException()
38 @Override public void describeMismatch(Object item, Description description) { in describeMismatch() method in FeatureMatcherTest.Match
DMatcherAssertTest.java76 public void describeMismatch(Object item, Description mismatchDescription) { in includesMismatchDescription()
/external/junit/src/main/java/org/junit/internal/matchers/
DThrowableCauseMatcher.java36 causeMatcher.describeMismatch(item.getCause(), description); in describeMismatchSafely()
DThrowableMessageMatcher.java30 matcher.describeMismatch(item.getMessage(), description); in describeMismatchSafely()
DStacktracePrintingMatcher.java34 throwableMatcher.describeMismatch(item, description); in describeMismatchSafely()
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
DIsArrayTest.java53 @Override public void describeMismatch(Object item, Description description) { in testHasAReadableMismatchDescriptionUsingCustomMatchers()
/external/hamcrest/
DCHANGES.txt33 * Fix issue 187 - IsArray.describeMismatchSafely() should use Matcher.describeMismatch
59 * Fix issue 134 - DescribedAs does not delegate describeMismatch

12