public class IsEqualToCompetitionDTO extends IsEqualToEntity<ligaaas.teamc.DTO.CompetitionDTO>
CompetitionDTOexpected| Constructor and Description |
|---|
IsEqualToCompetitionDTO(ligaaas.teamc.DTO.CompetitionDTO entity)
Constructor for the matcher
|
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Iterable<? extends ligaaas.teamc.DTO.CompetitionDTO>> |
containsCompetitionsInAnyOrder(ligaaas.teamc.DTO.CompetitionDTO... competitions)
Factory method to match an equal
CompetitionDTO with a list. |
static org.hamcrest.Matcher<Iterable<? extends ligaaas.teamc.DTO.CompetitionDTO>> |
containsCompetitionsInAnyOrder(Iterable<ligaaas.teamc.DTO.CompetitionDTO> competitions) |
static IsEqualToCompetitionDTO |
equalToCompetition(ligaaas.teamc.DTO.CompetitionDTO competition)
Factory method to match an equal
CompetitionDTO |
protected boolean |
matchesSafely(ligaaas.teamc.DTO.CompetitionDTO actual) |
addMatcherDescription, addTemplatedDescription, checkArrayAttribute, checkArrayAttribute, checkAttribute, checkAttribute, checkIntArrayAttribute, checkIterableAttribute, clearDescribeTo, containsEntityInAnyOrder, containsEntityInAnyOrder, containsEntityInOrder, containsEntityInOrder, describeTodescribeMismatch, describeMismatchSafely, matchespublic IsEqualToCompetitionDTO(ligaaas.teamc.DTO.CompetitionDTO entity)
entity. - The entity to match.protected boolean matchesSafely(ligaaas.teamc.DTO.CompetitionDTO actual)
matchesSafely in class org.hamcrest.TypeSafeMatcher<ligaaas.teamc.DTO.CompetitionDTO>public static IsEqualToCompetitionDTO equalToCompetition(ligaaas.teamc.DTO.CompetitionDTO competition)
CompetitionDTOcompetition. - The CompetitionDTO 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.CompetitionDTO>> containsCompetitionsInAnyOrder(ligaaas.teamc.DTO.CompetitionDTO... competitions)
CompetitionDTO with a list. No order
required.competitions. - An array of CompetitionDTO to be matchedtrue if the value of the expected and actual entities
are equals and false otherwise.Copyright © 2017. All rights reserved.