public class IsEqualTo<T>
extends org.hamcrest.core.IsEqual<T>
| Modifier | Constructor and Description |
|---|---|
protected |
IsEqualTo(T expected) |
| Modifier and Type | Method and Description |
|---|---|
static <T> org.hamcrest.Matcher<T> |
equalTo(T exepcted) |
protected T |
expected() |
static <T> org.hamcrest.Matcher<T> |
is(T expected) |
static <T> org.hamcrest.Matcher<T> |
isEqualTo(T expected) |
static org.hamcrest.Matcher<Boolean> |
isFalse() |
static org.hamcrest.Matcher<Boolean> |
isTrue() |
Copyright © 2017 echocat. All rights reserved.