Home
last modified time | relevance | path

Searched refs:assertUnknownTypeSafe (Results 1 – 22 of 22) sorted by relevance

/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
DIsNullTest.java19 assertUnknownTypeSafe(nullMatcher); in copesWithNullsAndUnknownTypes()
22 assertUnknownTypeSafe(notNullMatcher); in copesWithNullsAndUnknownTypes()
DCombinableTest.java19 assertUnknownTypeSafe(EITHER_3_OR_4); in copesWithNullsAndUnknownTypes()
20 assertUnknownTypeSafe(NOT_3_AND_NOT_4); in copesWithNullsAndUnknownTypes()
DEveryTest.java19 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
DIsNotTest.java18 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
DDescribedAsTest.java18 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
DIsSameTest.java18 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
DIsTest.java18 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
DIsInstanceOfTest.java17 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
DAnyOfTest.java19 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
DAllOfTest.java21 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
DIsCollectionContainingTest.java25 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
DIsEqualTest.java17 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
DAbstractMatcherTest.java51 public static void assertUnknownTypeSafe(Matcher<?> matcher) { in assertUnknownTypeSafe() method in AbstractMatcherTest
71 assertUnknownTypeSafe(createMatcher()); in testCopesWithUnknownTypes()
DCustomTypeSafeMatcherTest.java39 assertUnknownTypeSafe(customMatcher); in copesWithUnknownTypes()
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/number/
DIsNanTest.java16 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
DHasPropertyTest.java25 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/text/
DIsBlankStringTest.java17 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
DIsEmptyStringTest.java17 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
DIsEqualIgnoringCaseTest.java16 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/object/
DMatchesPatternTest.java18 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
DHasToStringTest.java24 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/xml/
DHasXPathTest.java65 assertUnknownTypeSafe(matcher); in copesWithNullsAndUnknownTypes()