| Constructor and Description |
|---|
AreStoriesSortedMatcher(Comparator<es.uvigo.esei.dgss.teama.microstories.domain.entities.Story> storyComparator,
boolean ascending) |
| Modifier and Type | Method and Description |
|---|---|
static AreStoriesSortedMatcher |
areSortedInAscendingOrderByDateOfPublish() |
static AreStoriesSortedMatcher |
areSortedInDescendingOrderByDateOfPublish() |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(List<es.uvigo.esei.dgss.teama.microstories.domain.entities.Story> stories) |
describeMismatch, describeMismatchSafely, matchespublic AreStoriesSortedMatcher(Comparator<es.uvigo.esei.dgss.teama.microstories.domain.entities.Story> storyComparator, boolean ascending)
protected boolean matchesSafely(List<es.uvigo.esei.dgss.teama.microstories.domain.entities.Story> stories)
matchesSafely in class org.hamcrest.TypeSafeMatcher<List<es.uvigo.esei.dgss.teama.microstories.domain.entities.Story>>public void describeTo(org.hamcrest.Description description)
public static AreStoriesSortedMatcher areSortedInDescendingOrderByDateOfPublish()
public static AreStoriesSortedMatcher areSortedInAscendingOrderByDateOfPublish()
Copyright © 2018. All rights reserved.