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