Home
last modified time | relevance | path

Searched defs:notNullValue (Results 1 – 3 of 3) sorted by relevance

/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DIsNull.java41 public static Matcher<Object> notNullValue() { in notNullValue() method in IsNull
70 public static <T> Matcher<T> notNullValue(Class<T> type) { in notNullValue() method in IsNull
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCoreMatchers.java319 public static org.hamcrest.Matcher<java.lang.Object> notNullValue() { in notNullValue() method in CoreMatchers
334 public static <T> org.hamcrest.Matcher<T> notNullValue(java.lang.Class<T> type) { in notNullValue() method in CoreMatchers
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java403 public static org.hamcrest.Matcher<java.lang.Object> notNullValue() { in notNullValue() method in Matchers
418 public static <T> org.hamcrest.Matcher<T> notNullValue(java.lang.Class<T> type) { in notNullValue() method in Matchers