static <T> Iterable<org.hamcrest.Matcher<T>> |
CombinedMappingMatcher.collectMatchers(org.hamcrest.Matcher<T> firstMatcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Stream<T>> |
StreamMatchers.containsAtLeastOneElement(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Spliterator<T>> |
SpliteratorMatchers.containsAtLeastOneElement(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Iterator<T>> |
IteratorMatchers.containsAtLeastOneElement(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Iterable<T>> |
IterableMatchers.containsAtLeastOneElement(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<T[]> |
ArrayMatchers.containsAtLeastOneElement(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Stream<T>> |
StreamMatchers.containsAtLeastOneElementThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Spliterator<T>> |
SpliteratorMatchers.containsAtLeastOneElementThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Iterator<T>> |
IteratorMatchers.containsAtLeastOneElementThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Iterable<T>> |
IterableMatchers.containsAtLeastOneElementThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<T[]> |
ArrayMatchers.containsAtLeastOneElementThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Stream<T>> |
StreamMatchers.containsOnlyElements(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Spliterator<T>> |
SpliteratorMatchers.containsOnlyElements(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Iterator<T>> |
IteratorMatchers.containsOnlyElements(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Iterable<T>> |
IterableMatchers.containsOnlyElements(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<T[]> |
ArrayMatchers.containsOnlyElements(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Stream<T>> |
StreamMatchers.containsOnlyElementsThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Spliterator<T>> |
SpliteratorMatchers.containsOnlyElementsThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Iterator<T>> |
IteratorMatchers.containsOnlyElementsThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Iterable<T>> |
IterableMatchers.containsOnlyElementsThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<T[]> |
ArrayMatchers.containsOnlyElementsThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
void |
WhereValueOf.describeMismatch(Object item,
org.hamcrest.Description description) |
void |
IsEmpty.describeMismatch(Object item,
org.hamcrest.Description description) |
void |
HasSize.describeMismatch(Object item,
org.hamcrest.Description description) |
void |
HasSameSizeAs.describeMismatch(Object item,
org.hamcrest.Description description) |
void |
HasItems.describeMismatch(Object item,
org.hamcrest.Description description) |
void |
CombinedMappingMatcher.describeMismatch(Object item,
org.hamcrest.Description description) |
static <T> org.hamcrest.Matcher<T> |
IsEqualTo.equalTo(T exepcted) |
static <T> org.hamcrest.Matcher<T> |
HasSameSizeAs.hasSameLengthAs(T compareTo) |
static <T> org.hamcrest.Matcher<T> |
HasSameSizeAs.hasSameSizeAs(T compareTo) |
static <T> org.hamcrest.Matcher<T> |
IsEqualTo.is(T expected) |
static <T> org.hamcrest.Matcher<T> |
IsEqualTo.isEqualTo(T expected) |
static <T> org.hamcrest.Matcher<T> |
IsSameAs.isSame(T expected) |
static <T> org.hamcrest.Matcher<T> |
IsSameAs.isSameAs(T exepcted) |
static <T> org.hamcrest.Matcher<T> |
IsSameAs.isSameInstance(T expected) |
boolean |
WhereValueOf.matches(Object item) |
boolean |
StringBasedMatcher.matches(Object item) |
boolean |
OptionalBasedMatcher.matches(Object item) |
boolean |
IterableBasedMatcher.matches(Object item) |
boolean |
IsOneOf.matches(Object item) |
boolean |
IsEmpty.matches(Object item) |
boolean |
HasSize.matches(Object item) |
boolean |
HasSameSizeAs.matches(Object item) |
boolean |
HasItems.matches(Object item) |
boolean |
CombinedMappingMatcher.matches(Object item) |
static <T> org.hamcrest.Matcher<T> |
IsSameAs.sameInstance(T expected) |
static <T extends ThrowsException.Execution> org.hamcrest.Matcher<T> |
ThrowsException.throwsException(Class<? extends Throwable> type,
Pattern messagePattern) |
static <T extends ThrowsException.Execution> org.hamcrest.Matcher<T> |
ThrowsException.throwsException(Class<? extends Throwable> type,
String messagePattern) |
static <T extends ThrowsException.Execution> org.hamcrest.Matcher<T> |
ThrowsException.throwsExceptionWithMessage(Class<? extends Throwable> type,
Pattern messagePattern) |
static <T extends ThrowsException.Execution> org.hamcrest.Matcher<T> |
ThrowsException.throwsExceptionWithMessage(Class<? extends Throwable> type,
String messagePattern) |