Home
last modified time | relevance | path

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

123

/aosp_15_r20/out/soong/.intermediates/external/hamcrest/hamcrest-library/hamcrest-library/linux_glibc_common/local-javac-header/
Dhamcrest-library.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/hamcrest/hamcrest-library/hamcrest-library/linux_glibc_common/javac/
Dhamcrest-library.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/hamcrest/
H A DMatcherGenericTypeExtractorTest.java59 public void describeMismatch(Object item, Description mismatchDescription) {} in describeMismatch()
68 public void describeMismatch(Object item, Description mismatchDescription) {} in describeMismatch()
78 public void describeMismatch(Object item, Description mismatchDescription) {} in describeMismatch()
89 public void describeMismatch(Object item, Description mismatchDescription) {} in describeMismatch()
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A 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
H A DDiagnosingMatcher.java16 public final void describeMismatch(Object item, Description mismatchDescription) { in describeMismatch()
20 protected abstract boolean matches(Object item, Description mismatchDescription); in matches()
H A DMatcher.java48 void describeMismatch(Object item, Description mismatchDescription); in describeMismatch()
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
H A 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()
H A 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()
H A 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()
H A DIsArrayContaining.java32 public void describeMismatchSafely(T[] item, Description mismatchDescription) { in describeMismatchSafely()
33 super.describeMismatch(Arrays.asList(item), mismatchDescription); in describeMismatchSafely() local
H A DIsArrayContainingInAnyOrder.java29 public void describeMismatchSafely(E[] item, Description mismatchDescription) { in describeMismatchSafely()
30 iterableMatcher.describeMismatch(Arrays.asList(item), mismatchDescription); in describeMismatchSafely() local
H A DIsArrayContainingInOrder.java30 public void describeMismatchSafely(E[] item, Description mismatchDescription) { in describeMismatchSafely()
31 iterableMatcher.describeMismatch(asList(item), mismatchDescription); in describeMismatchSafely() local
H A DIsEmptyIterable.java17 … public void describeMismatchSafely(Iterable<? extends E> iter, Description mismatchDescription) { in describeMismatchSafely()
H A DIsEmptyCollection.java20 …public void describeMismatchSafely(Collection<? extends E> item, Description mismatchDescription) { in describeMismatchSafely()
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/matcher/
H A DElementMatchers.java195 protected boolean matchesSafely(ViewHierarchyElement element, Description mismatchDescription) { in matchesSafely()
214 childMatcher.describeMismatch(element.getChildView(i), mismatchDescription); in matchesSafely() local
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/util/
H A DTestUtils.java229 String mismatchDescription = failMessagePrefix in assertAllPixelsOfColor() local
262 String mismatchDescription = failMessagePrefix in assertCenterPixelOfColor() local
/aosp_15_r20/out/soong/.intermediates/external/hamcrest/hamcrest-core/hamcrest/linux_glibc_common/javac/
Dhamcrest.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/hamcrest/hamcrest-core/hamcrest/android_common/javac/
Dhamcrest.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/hamcrest/hamcrest-core/hamcrest/linux_glibc_common/local-javac-header/
Dhamcrest.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDhamcrest-core-1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/number/
H A DIsNaN.java21 public void describeMismatchSafely(Double item, Description mismatchDescription) { in describeMismatchSafely()
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
H A DEvery.java15 … public boolean matchesSafely(Iterable<? extends T> collection, Description mismatchDescription) { in matchesSafely()
/aosp_15_r20/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
H A DTypeSafeMatcherTest.java18 public void describeMismatchSafely(String item, Description mismatchDescription) { in describeMismatchSafely()
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/object/
H A DIsCompatibleType.java20 public void describeMismatchSafely(Class<?> cls, Description mismatchDescription) { in describeMismatchSafely()
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/text/
H A DIsEqualIgnoringCase.java30 public void describeMismatchSafely(String item, Description mismatchDescription) { in describeMismatchSafely()

123