Home
last modified time | relevance | path

Searched refs:describeTo (Results 1 – 25 of 71) sorted by relevance

123

/external/mockito/src/test/java/org/mockito/internal/hamcrest/
DMatcherGenericTypeExtractorTest.java26 public void describeTo(Description description) {} in describeTo() method in MatcherGenericTypeExtractorTest.IntMatcher
34 public void describeTo(Description description) {} in describeTo() method in MatcherGenericTypeExtractorTest.StaticIntMatcher
42 public void describeTo(Description description) {} in describeTo() method in MatcherGenericTypeExtractorTest.StaticIntMatcherSubclass
51 public void describeTo(Description description) {} in describeTo() method in MatcherGenericTypeExtractorTest.NonGenericMatcher
60 public void describeTo(Description description) {} in describeTo() method in MatcherGenericTypeExtractorTest.IntMatcherFromInterface
69 public void describeTo(Description description) {} in describeTo() method in MatcherGenericTypeExtractorTest.StaticIntMatcherFromInterface
79 public void describeTo(Description description) {} in describeTo() method in MatcherGenericTypeExtractorTest.NonGenericMatcherFromInterface
90 public void describeTo(Description description) {} in describeTo() method in MatcherGenericTypeExtractorTest.SubclassGenericMatcherFromInterface
108 public void describeTo(Description description) { in findsGenericType()
116 public void describeTo(Description description) { in findsGenericType()
/external/junit/src/main/java/org/junit/experimental/results/
DResultMatchers.java38 public void describeTo(Description description) { in failureCountIs()
58 public void describeTo(Description description) {
76 public void describeTo(Description description) {
78 matcher.describeTo(description);
94 public void describeTo(Description description) {
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DShortcutCombination.java19 public abstract void describeTo(Description description); in describeTo() method in ShortcutCombination
30 public void describeTo(Description description, String operator) { in describeTo() method in ShortcutCombination
DAnyOf.java25 public void describeTo(Description description) { in describeTo() method in AnyOf
26 describeTo(description, "or"); in describeTo()
DIsAnything.java29 public void describeTo(Description description) { in describeTo() method in IsAnything
DIsSame.java24 public void describeTo(Description description) { in describeTo() method in IsSame
DIsNull.java19 public void describeTo(Description description) { in describeTo() method in IsNull
/external/lottie/LottieSample/src/androidTest/java/com/airbnb/lottie/samples/
DisAnimating.kt13 override fun describeTo(description: Description) { in isAnimating() method in com.airbnb.lottie.samples.IsAnimating
23 override fun describeTo(description: Description) { in isNotAnimating() method in com.airbnb.lottie.samples.IsNotAnimating
/external/mockito/src/test/java/org/mockitousage/matchers/
DHamcrestMatchersTest.java32 public void describeTo(Description d) { in describeTo() method in HamcrestMatchersTest.ContainsX
63 public void describeTo(Description description) {} in describeTo() method in HamcrestMatchersTest.IntMatcher
96 public void describeTo(Description description) {} in describeTo() method in HamcrestMatchersTest.NonGenericMatcher
/external/junit/src/main/java/org/junit/internal/matchers/
DStacktracePrintingMatcher.java22 public void describeTo(Description description) { in describeTo() method in StacktracePrintingMatcher
23 throwableMatcher.describeTo(description); in describeTo()
/external/error_prone/error_prone/
Derror_prone_test_helpers-2.3.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DSelfDescribing.java15 void describeTo(Description description); in describeTo() method
DCustomMatcher.java34 public final void describeTo(Description description) { in describeTo() method in CustomMatcher
DCustomTypeSafeMatcher.java36 public final void describeTo(Description description) { in describeTo() method in CustomTypeSafeMatcher
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/internal/
DSelfDescribingValue.java14 public void describeTo(Description description) { in describeTo() method in SelfDescribingValue
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
DBaseMatcherTest.java19 public void describeTo(Description description) { in describesItselfWithToStringMethod()
DTypeSafeMatcherTest.java23 public void describeTo(Description description) { in describeTo() method in TypeSafeMatcherTest.TypeSafeMatcherSubclass
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/number/
DIsNaN.java26 public void describeTo(Description description) { in describeTo() method in IsNaN
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsEmptyIterable.java22 public void describeTo(Description description) { in describeTo() method in IsEmptyIterable
DIsEmptyCollection.java25 public void describeTo(Description description) { in describeTo() method in IsEmptyCollection
/external/junit/src/main/java/org/junit/internal/
DSerializableMatcherDescription.java30 public void describeTo(Description description) { in describeTo() method in SerializableMatcherDescription
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
DMatchers.java26 public void describeTo(Description description) { in describeTo() method in Matchers.GreaterThanOrEqualTo
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/text/
DIsEqualIgnoringCase.java35 public void describeTo(Description description) { in describeTo() method in IsEqualIgnoringCase
DMatchesPattern.java22 public void describeTo(Description description) { in describeTo() method in MatchesPattern
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/object/
DIsCompatibleType.java25 public void describeTo(Description description) { in describeTo() method in IsCompatibleType

123