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