public class IsEqualToTeamDTO extends IsEqualToEntity<ligaaas.teamc.DTO.TeamDTO>
TeamDTOexpected| Constructor and Description |
|---|
IsEqualToTeamDTO(ligaaas.teamc.DTO.TeamDTO entity)
Constructor for the matcher
|
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Iterable<? extends ligaaas.teamc.DTO.TeamDTO>> |
containsTeamsInAnyOrder(Iterable<ligaaas.teamc.DTO.TeamDTO> teams) |
static org.hamcrest.Matcher<Iterable<? extends ligaaas.teamc.DTO.TeamDTO>> |
containsTeamsInAnyOrder(ligaaas.teamc.DTO.TeamDTO... teams)
Factory method to match an equal
TeamDTO with a list. |
static IsEqualToTeamDTO |
equalToTeam(ligaaas.teamc.DTO.TeamDTO team)
Factory method to match an equal
TeamDTO |
protected boolean |
matchesSafely(ligaaas.teamc.DTO.TeamDTO actual) |
addMatcherDescription, addTemplatedDescription, checkArrayAttribute, checkArrayAttribute, checkAttribute, checkAttribute, checkIntArrayAttribute, checkIterableAttribute, clearDescribeTo, containsEntityInAnyOrder, containsEntityInAnyOrder, containsEntityInOrder, containsEntityInOrder, describeTodescribeMismatch, describeMismatchSafely, matchespublic IsEqualToTeamDTO(ligaaas.teamc.DTO.TeamDTO entity)
entity. - The entity to match.protected boolean matchesSafely(ligaaas.teamc.DTO.TeamDTO actual)
matchesSafely in class org.hamcrest.TypeSafeMatcher<ligaaas.teamc.DTO.TeamDTO>public static IsEqualToTeamDTO equalToTeam(ligaaas.teamc.DTO.TeamDTO team)
TeamDTOteam. - The TeamDTO to be matched.true if the value of the expected and actual entities
are equals and false otherwise.public static org.hamcrest.Matcher<Iterable<? extends ligaaas.teamc.DTO.TeamDTO>> containsTeamsInAnyOrder(ligaaas.teamc.DTO.TeamDTO... teams)
TeamDTO with a list. No order
required.teams. - An array of TeamDTO to be matchedtrue if the value of the expected and actual entities
are equals and false otherwise.Copyright © 2018. All rights reserved.