public class IsSameAs<T>
extends org.hamcrest.core.IsSame<T>
| Modifier | Constructor and Description |
|---|---|
protected |
IsSameAs(T expected) |
| Modifier and Type | Method and Description |
|---|---|
static <T> org.hamcrest.Matcher<T> |
isSame(T expected) |
static <T> org.hamcrest.Matcher<T> |
isSameAs(T exepcted) |
static <T> org.hamcrest.Matcher<T> |
isSameInstance(T expected) |
describeTo, matches, sameInstance, theInstanceCopyright © 2017 echocat. All rights reserved.