public class IsEqualToUser extends IsEqualToEntity<es.uvigo.esei.dgss.teama.letta.entities.User>
expected| Constructor and Description |
|---|
IsEqualToUser(es.uvigo.esei.dgss.teama.letta.entities.User user,
boolean checkRelations)
Constructs a new instance of
IsEqualToUser. |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teama.letta.entities.User>> |
containsUsersInAnyOrder(Iterable<es.uvigo.esei.dgss.teama.letta.entities.User> users) |
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teama.letta.entities.User>> |
containsUsersInAnyOrder(es.uvigo.esei.dgss.teama.letta.entities.User... users) |
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teama.letta.entities.User>> |
containsUsersWithoutRelationsInAnyOrder(Iterable<es.uvigo.esei.dgss.teama.letta.entities.User> users) |
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teama.letta.entities.User>> |
containsUsersWithoutRelationsInAnyOrder(es.uvigo.esei.dgss.teama.letta.entities.User... users) |
static IsEqualToUser |
equalToUser(es.uvigo.esei.dgss.teama.letta.entities.User user) |
static IsEqualToUser |
equalToUserWithoutRelations(es.uvigo.esei.dgss.teama.letta.entities.User user) |
protected boolean |
matchesSafely(es.uvigo.esei.dgss.teama.letta.entities.User actual) |
addMatcherDescription, addTemplatedDescription, checkArrayAttribute, checkArrayAttribute, checkAttribute, checkAttribute, checkIntArrayAttribute, checkIterableAttribute, clearDescribeTo, containsEntityInAnyOrder, containsEntityInAnyOrder, containsEntityInOrder, containsEntityInOrder, describeTodescribeMismatch, describeMismatchSafely, matchespublic IsEqualToUser(es.uvigo.esei.dgss.teama.letta.entities.User user,
boolean checkRelations)
IsEqualToUser.user - expected entity is entity UsercheckRelations - check also relationsprotected boolean matchesSafely(es.uvigo.esei.dgss.teama.letta.entities.User actual)
matchesSafely in class org.hamcrest.TypeSafeMatcher<es.uvigo.esei.dgss.teama.letta.entities.User>public static IsEqualToUser equalToUser(es.uvigo.esei.dgss.teama.letta.entities.User user)
public static IsEqualToUser equalToUserWithoutRelations(es.uvigo.esei.dgss.teama.letta.entities.User user)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teama.letta.entities.User>> containsUsersInAnyOrder(es.uvigo.esei.dgss.teama.letta.entities.User... users)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teama.letta.entities.User>> containsUsersWithoutRelationsInAnyOrder(es.uvigo.esei.dgss.teama.letta.entities.User... users)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teama.letta.entities.User>> containsUsersInAnyOrder(Iterable<es.uvigo.esei.dgss.teama.letta.entities.User> users)
Copyright © 2016. All rights reserved.