public class IsNotEqualTo extends Object
| Constructor and Description |
|---|
IsNotEqualTo() |
| Modifier and Type | Method and Description |
|---|---|
static <T> org.hamcrest.Matcher<T> |
isNot(T expected) |
static <T> org.hamcrest.Matcher<T> |
isNotEqualTo(T expected) |
static <T> org.hamcrest.Matcher<T> |
notEqualTo(T exepcted) |
Copyright © 2017 echocat. All rights reserved.