Searched defs:notNullValue (Results 1 – 3 of 3) sorted by relevance
41 public static Matcher<Object> notNullValue() { in notNullValue() method in IsNull70 public static <T> Matcher<T> notNullValue(Class<T> type) { in notNullValue() method in IsNull
319 public static org.hamcrest.Matcher<java.lang.Object> notNullValue() { in notNullValue() method in CoreMatchers334 public static <T> org.hamcrest.Matcher<T> notNullValue(java.lang.Class<T> type) { in notNullValue() method in CoreMatchers
403 public static org.hamcrest.Matcher<java.lang.Object> notNullValue() { in notNullValue() method in Matchers418 public static <T> org.hamcrest.Matcher<T> notNullValue(java.lang.Class<T> type) { in notNullValue() method in Matchers