public class IsEqualToEvent extends IsEqualToEntity<es.uvigo.esei.dgss.teama.letta.entities.Event>
expected| Constructor and Description |
|---|
IsEqualToEvent(es.uvigo.esei.dgss.teama.letta.entities.Event event,
boolean checkRelations)
Constructs a new instance of
IsEqualToEvent. |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teama.letta.entities.Event>> |
containsEventsInAnyOrder(es.uvigo.esei.dgss.teama.letta.entities.Event... events) |
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teama.letta.entities.Event>> |
containsEventsInAnyOrder(Iterable<es.uvigo.esei.dgss.teama.letta.entities.Event> events) |
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teama.letta.entities.Event>> |
containsEventsWithoutRelationsInAnyOrder(es.uvigo.esei.dgss.teama.letta.entities.Event... events) |
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teama.letta.entities.Event>> |
containsEventsWithoutRelationsInAnyOrder(Iterable<es.uvigo.esei.dgss.teama.letta.entities.Event> events) |
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teama.letta.entities.Event>> |
containsEventsWithoutRelationsInOrder(Iterable<es.uvigo.esei.dgss.teama.letta.entities.Event> events) |
static IsEqualToEvent |
equalToEvent(es.uvigo.esei.dgss.teama.letta.entities.Event event) |
static IsEqualToEvent |
equalToEventWithoutRelations(es.uvigo.esei.dgss.teama.letta.entities.Event event) |
protected boolean |
matchesSafely(es.uvigo.esei.dgss.teama.letta.entities.Event actual) |
addMatcherDescription, addTemplatedDescription, checkArrayAttribute, checkArrayAttribute, checkAttribute, checkAttribute, checkIntArrayAttribute, checkIterableAttribute, clearDescribeTo, containsEntityInAnyOrder, containsEntityInAnyOrder, containsEntityInOrder, containsEntityInOrder, describeTodescribeMismatch, describeMismatchSafely, matchespublic IsEqualToEvent(es.uvigo.esei.dgss.teama.letta.entities.Event event,
boolean checkRelations)
IsEqualToEvent.event - expected entity is entity EventcheckRelations - check also relationsprotected boolean matchesSafely(es.uvigo.esei.dgss.teama.letta.entities.Event actual)
matchesSafely in class org.hamcrest.TypeSafeMatcher<es.uvigo.esei.dgss.teama.letta.entities.Event>public static IsEqualToEvent equalToEvent(es.uvigo.esei.dgss.teama.letta.entities.Event event)
public static IsEqualToEvent equalToEventWithoutRelations(es.uvigo.esei.dgss.teama.letta.entities.Event event)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teama.letta.entities.Event>> containsEventsInAnyOrder(es.uvigo.esei.dgss.teama.letta.entities.Event... events)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teama.letta.entities.Event>> containsEventsWithoutRelationsInAnyOrder(es.uvigo.esei.dgss.teama.letta.entities.Event... events)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teama.letta.entities.Event>> containsEventsInAnyOrder(Iterable<es.uvigo.esei.dgss.teama.letta.entities.Event> events)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teama.letta.entities.Event>> containsEventsWithoutRelationsInAnyOrder(Iterable<es.uvigo.esei.dgss.teama.letta.entities.Event> events)
Copyright © 2016. All rights reserved.