public class IsEqualTo<T>
extends org.hamcrest.core.IsEqual<T>
| Modifier | Constructor and Description |
|---|---|
protected |
IsEqualTo(T expected) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description 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() |
public void describeTo(org.hamcrest.Description description)
describeTo in interface org.hamcrest.SelfDescribingdescribeTo in class org.hamcrest.core.IsEqual<T>Copyright © 2017 echocat. All rights reserved.