Searched refs:describeTo (Results 1 - 25 of 70) sorted by last modified time

123

/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
H A DCompoundButtonCheckedMatcher.java20 @Override public void describeTo(Description description) { method in class:CompoundButtonCheckedMatcher
H A DHasCompoundDrawablesMatcher.java37 public void describeTo(Description description) { method in class:HasCompoundDrawablesMatcher
H A DHasResourceMatcher.java31 public void describeTo(Description description) { method in class:HasResourceMatcher
H A DImageViewHasDrawableMatcher.java41 public void describeTo(Description description) { method in class:ImageViewHasDrawableMatcher
H A DStartedMatcher.java63 public void describeTo(Description description) { method in class:StartedMatcher
H A DStartedServiceMatcher.java83 public void describeTo(Description description) { method in class:StartedServiceMatcher
H A DTextViewHasTextMatcher.java32 public void describeTo(Description description) { method in class:TextViewHasTextMatcher
H A DViewHasTextMatcher.java46 public void describeTo(Description description) { method in class:ViewHasTextMatcher
/external/robolectric/src/test/java/com/xtremelabs/robolectric/matchers/
H A DStartedMatcherTest.java76 tMatcher.describeTo(description);
87 public void describeTo(Description description) {
H A DStartedServiceMatcherTest.java78 tMatcher.describeTo(description);
89 public void describeTo(Description description) {
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/mockito/src/org/mockito/
H A DArgumentMatcher.java16 * ArgumentMatcher is an hamcrest {@link Matcher} with predefined describeTo() method.
19 * You can always override describeTo() method and provide detailed description.
88 public void describeTo(Description description) { method in class:ArgumentMatcher
/external/mockito/src/org/mockito/internal/matchers/
H A DAnd.java35 public void describeTo(Description description) { method in class:And
38 it.next().describeTo(description);
H A DAny.java25 public void describeTo(Description description) { method in class:Any
H A DArrayEquals.java47 public void describeTo(Description description) { method in class:ArrayEquals
51 super.describeTo(description);
58 new Equals(array[i]).describeTo(description);
H A DCapturingMatcher.java29 * @see org.mockito.ArgumentMatcher#describeTo(org.hamcrest.Description)
31 public void describeTo(Description description) { method in class:CapturingMatcher
H A DCompareTo.java29 public void describeTo(Description description) { method in class:CompareTo
H A DContains.java27 public void describeTo(Description description) { method in class:Contains
H A DEndsWith.java27 public void describeTo(Description description) { method in class:EndsWith
H A DEquals.java27 public void describeTo(Description description) { method in class:Equals
68 public void describeTo(Description description) {
H A DEqualsWithDelta.java41 public void describeTo(Description description) { method in class:EqualsWithDelta
H A DFind.java27 public void describeTo(Description description) { method in class:Find
H A DInstanceOf.java27 public void describeTo(Description description) { method in class:InstanceOf

Completed in 153 milliseconds

123