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