public class IsNull<T>
extends org.hamcrest.core.IsNull<T>
| Modifier | Constructor and Description |
|---|---|
protected |
IsNull() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Object> |
isNotNull() |
static org.hamcrest.Matcher<Object> |
isNotNullValue() |
static org.hamcrest.Matcher<Object> |
isNull() |
static org.hamcrest.Matcher<Object> |
isNullValue() |
static org.hamcrest.Matcher<Object> |
notNullValue() |
static org.hamcrest.Matcher<Object> |
nullValue() |
Copyright © 2017 echocat. All rights reserved.