public final class Entity extends Object
| Constructor and Description |
|---|
Entity() |
| Modifier and Type | Method and Description |
|---|---|
static <T> EntityMatcher<T> |
isEqualTo(Object expected)
Returns a matcher for the expected strategies type
|
static <T> EntityInListMatcher<T> |
listContains(Object expected) |
static void |
setResultProcessor(ResultProcessor resultProcessor) |
public static void setResultProcessor(ResultProcessor resultProcessor)
public static <T> EntityMatcher<T> isEqualTo(Object expected)
T - enitity typeexpected - expected objectpublic static <T> EntityInListMatcher<T> listContains(Object expected)
Copyright © 2021. All rights reserved.