Searched refs:matchesSafely (Results 1 - 25 of 30) sorted by relevance

12

/external/hamcrest/library/src/org/hamcrest/
H A DTypeSafeMatcher.java19 public abstract boolean matchesSafely(T item); method in class:TypeSafeMatcher
34 throw new Error("Cannot determine correct type for matchesSafely() method.");
38 return method.getName().equals("matchesSafely")
56 && matchesSafely((T) item);
/external/junit/src/org/junit/internal/matchers/
H A DTypeSafeMatcher.java21 public abstract boolean matchesSafely(T item); method in class:TypeSafeMatcher
36 throw new Error("Cannot determine correct type for matchesSafely() method.");
40 return method.getName().equals("matchesSafely")
58 && matchesSafely((T) item);
H A DSubstringMatcher.java14 public boolean matchesSafely(String item) { method in class:SubstringMatcher
H A DIsCollectionContaining.java22 public boolean matchesSafely(Iterable<T> collection) { method in class:IsCollectionContaining
/external/hamcrest/library/src/org/hamcrest/number/
H A DIsGreaterThan.java18 public boolean matchesSafely(T item) { method in class:IsGreaterThan
H A DIsCloseTo.java24 public boolean matchesSafely(Double item) { method in class:IsCloseTo
/external/hamcrest/library/src/org/hamcrest/text/
H A DSubstringMatcher.java17 public boolean matchesSafely(String item) { method in class:SubstringMatcher
H A DIsEqualIgnoringCase.java27 public boolean matchesSafely(String item) { method in class:IsEqualIgnoringCase
H A DIsEqualIgnoringWhiteSpace.java27 public boolean matchesSafely(String item) { method in class:IsEqualIgnoringWhiteSpace
/external/hamcrest/library/src/org/hamcrest/object/
H A DIsCompatibleType.java15 public boolean matchesSafely(Class<?> cls) { method in class:IsCompatibleType
H A DIsEventFrom.java25 public boolean matchesSafely(EventObject item) { method in class:IsEventFrom
/external/hamcrest/library/src/org/hamcrest/collection/
H A DIsArray.java16 public boolean matchesSafely(T[] array) { method in class:IsArray
H A DIsArrayContaining.java17 public boolean matchesSafely(T[] array) { method in class:IsArrayContaining
H A DIsCollectionContaining.java20 public boolean matchesSafely(Iterable<T> collection) { method in class:IsCollectionContaining
H A DIsMapContaining.java24 public boolean matchesSafely(Map<K, V> map) { method in class:IsMapContaining
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
H A DCompoundButtonCheckedMatcher.java16 @Override public boolean matchesSafely(T compoundButton) { method in class:CompoundButtonCheckedMatcher
H A DHasResourceMatcher.java20 public boolean matchesSafely(ImageView actual) { method in class:HasResourceMatcher
H A DTextViewHasTextMatcher.java18 public boolean matchesSafely(T actual) { method in class:TextViewHasTextMatcher
H A DHasCompoundDrawablesMatcher.java21 public boolean matchesSafely(TextView actual) { method in class:HasCompoundDrawablesMatcher
H A DImageViewHasDrawableMatcher.java21 public boolean matchesSafely(T actualImageView) { method in class:ImageViewHasDrawableMatcher
H A DViewHasTextMatcher.java27 public boolean matchesSafely(View actual) { method in class:ViewHasTextMatcher
H A DStartedMatcher.java37 public boolean matchesSafely(Context actualContext) { method in class:StartedMatcher
/external/junit/src/org/junit/experimental/results/
H A DResultMatchers.java34 public boolean matchesSafely(PrintableResult item) {
/external/hamcrest/library/src/org/hamcrest/xml/
H A DHasXPath.java42 public boolean matchesSafely(Node item) { method in class:HasXPath
/external/junit/src/org/junit/rules/
H A DExpectedException.java131 public boolean matchesSafely(Throwable item) {

Completed in 165 milliseconds

12