Home
last modified time | relevance | path

Searched refs:describeTo (Results 1 – 25 of 70) 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.java29 public void describeTo(Description description) { in failureCountIs()
49 public void describeTo(Description description) {
65 public void describeTo(Description description) {
/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/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/junit/src/main/java/org/junit/internal/matchers/
DStacktracePrintingMatcher.java23 public void describeTo(Description description) { in describeTo() method in StacktracePrintingMatcher
24 throwableMatcher.describeTo(description); in describeTo()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/matchers/
DStartedMatcherTest.java76 tMatcher.describeTo(description); in givesFailureMessage()
87 public void describeTo(Description description) { in givesFailureMessage() method
DStartedServiceMatcherTest.java78 tMatcher.describeTo(description); in givesFailureMessage()
89 public void describeTo(Description description) { in givesFailureMessage() method
/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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
DCompoundButtonCheckedMatcher.java20 @Override public void describeTo(Description description) { in describeTo() method in CompoundButtonCheckedMatcher
/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
DIsEmptyString.java27 public void describeTo(Description description) { in describeTo() method in IsEmptyString
/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/hamcrest/hamcrest-library/src/main/java/org/hamcrest/object/
DIsCompatibleType.java25 public void describeTo(Description description) { in describeTo() method in IsCompatibleType

123