public class IsEqualToTeam extends IsEqualToEntity<es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Team>
expected| Constructor and Description |
|---|
IsEqualToTeam(es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Team team,
boolean checkRelations) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Team>> |
containsTeamsInAnyOrder(es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Team... teams) |
static IsEqualToTeam |
equalToTeam(es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Team team) |
static IsEqualToTeam |
equalToTeamIgnoringRelations(es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Team team) |
protected boolean |
matchesSafely(es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Team actual) |
addMatcherDescription, addTemplatedDescription, checkArrayAttribute, checkArrayAttribute, checkAttribute, checkAttribute, checkIntArrayAttribute, checkIterableAttribute, clearDescribeTo, containsEntityInAnyOrder, containsEntityInAnyOrder, containsEntityInOrder, containsEntityInOrder, describeTodescribeMismatch, describeMismatchSafely, matchespublic IsEqualToTeam(es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Team team,
boolean checkRelations)
protected boolean matchesSafely(es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Team actual)
matchesSafely in class org.hamcrest.TypeSafeMatcher<es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Team>public static IsEqualToTeam equalToTeam(es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Team team)
public static IsEqualToTeam equalToTeamIgnoringRelations(es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Team team)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Team>> containsTeamsInAnyOrder(es.uvigo.esei.dgss.teamd.ligaaas.domain.entities.Team... teams)
Copyright © 2018. All rights reserved.