public class IsEqualToStory extends IsEqualToEntity<es.uvigo.esei.dgss.teamA.microstories.entities.Story>
expected| Constructor and Description |
|---|
IsEqualToStory(es.uvigo.esei.dgss.teamA.microstories.entities.Story story) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teamA.microstories.entities.Story>> |
containsStorysInAnyOrder(Iterable<es.uvigo.esei.dgss.teamA.microstories.entities.Story> stories) |
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teamA.microstories.entities.Story>> |
containsStorysInAnyOrder(es.uvigo.esei.dgss.teamA.microstories.entities.Story... stories) |
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teamA.microstories.entities.Story>> |
containsStorysInOrder(Iterable<es.uvigo.esei.dgss.teamA.microstories.entities.Story> stories) |
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teamA.microstories.entities.Story>> |
containsStorysInOrder(es.uvigo.esei.dgss.teamA.microstories.entities.Story... stories) |
static IsEqualToStory |
equalToStory(es.uvigo.esei.dgss.teamA.microstories.entities.Story story) |
protected boolean |
matchesSafely(es.uvigo.esei.dgss.teamA.microstories.entities.Story actual) |
addMatcherDescription, addTemplatedDescription, checkArrayAttribute, checkArrayAttribute, checkAttribute, checkAttribute, checkIntArrayAttribute, checkIterableAttribute, clearDescribeTo, containsEntityInAnyOrder, containsEntityInAnyOrder, containsEntityInOrder, containsEntityInOrder, describeTodescribeMismatch, describeMismatchSafely, matchespublic IsEqualToStory(es.uvigo.esei.dgss.teamA.microstories.entities.Story story)
public static IsEqualToStory equalToStory(es.uvigo.esei.dgss.teamA.microstories.entities.Story story)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teamA.microstories.entities.Story>> containsStorysInAnyOrder(es.uvigo.esei.dgss.teamA.microstories.entities.Story... stories)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teamA.microstories.entities.Story>> containsStorysInAnyOrder(Iterable<es.uvigo.esei.dgss.teamA.microstories.entities.Story> stories)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teamA.microstories.entities.Story>> containsStorysInOrder(es.uvigo.esei.dgss.teamA.microstories.entities.Story... stories)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.teamA.microstories.entities.Story>> containsStorysInOrder(Iterable<es.uvigo.esei.dgss.teamA.microstories.entities.Story> stories)
protected boolean matchesSafely(es.uvigo.esei.dgss.teamA.microstories.entities.Story actual)
matchesSafely in class org.hamcrest.TypeSafeMatcher<es.uvigo.esei.dgss.teamA.microstories.entities.Story>Copyright © 2021. All rights reserved.