Searched refs:notNullValue (Results 1 – 9 of 9) sorted by relevance
7 import static org.hamcrest.core.IsNull.notNullValue;14 private final Matcher<Object> notNullMatcher = notNullValue();37 requiresStringMatcher(notNullValue(String.class)); in supportsStaticTyping()
10 import static org.hamcrest.core.IsNull.notNullValue;46 is(notNullValue()), in supportsMixedTypes()
9 import static org.hamcrest.core.IsNull.notNullValue;66 …Matcher<String> matcher = CombinableMatcher.both(equalTo("yellow")).and(notNullValue(String.class)… in picksUpTypeFromLeftHandSideOfExpression()
6 import static org.hamcrest.CoreMatchers.notNullValue;83 assumeThat(objects, notNullValue()); in assumeNotNull()84 assumeThat(asList(objects), everyItem(notNullValue())); in assumeNotNull()
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 CoreMatchers320 return org.hamcrest.core.IsNull.notNullValue(); in notNullValue()334 public static <T> org.hamcrest.Matcher<T> notNullValue(java.lang.Class<T> type) { in notNullValue() method in CoreMatchers335 return org.hamcrest.core.IsNull.notNullValue(type); in notNullValue()
48 import static org.hamcrest.core.IsNull.notNullValue;176 assertThat(parameter.getType(), is(notNullValue())); in thenLambdaInStatementInMethodInClassHasParametersWithNonNullType()
35 import static org.hamcrest.Matchers.notNullValue;50 … assertThat(n + " has no parent set!", n.getParentNode().orElse(null), is(notNullValue())); in assertParentIsSet()
403 public static org.hamcrest.Matcher<java.lang.Object> notNullValue() { in notNullValue() method in Matchers404 return org.hamcrest.core.IsNull.notNullValue(); in notNullValue()418 public static <T> org.hamcrest.Matcher<T> notNullValue(java.lang.Class<T> type) { in notNullValue() method in Matchers419 return org.hamcrest.core.IsNull.<T>notNullValue(type); in notNullValue()