static <T> org.hamcrest.Matcher<T> |
IsInstanceOf.any(Class<T> expectedType) |
protected static <T> Iterable<org.hamcrest.Matcher<T>> |
StreamBasedMatcherSupport.collectMatchers(org.hamcrest.Matcher<T> firstMatcher,
org.hamcrest.Matcher<T>[] otherMatchers) |
static <T> org.hamcrest.Matcher<Iterable<T>> |
ContainsAtLeastOneElementThat.containsAtLeastOneElementThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Stream<T>> |
ContainsAtLeastOneElementThat.Streams.containsAtLeastOneElementThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Iterable<T>> |
ContainsAtLeastOneElementThat.Iterables.containsAtLeastOneElementThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Iterator<T>> |
ContainsAtLeastOneElementThat.Iterators.containsAtLeastOneElementThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Spliterator<T>> |
ContainsAtLeastOneElementThat.Spliterators.containsAtLeastOneElementThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<T[]> |
ContainsAtLeastOneElementThat.Arrays.containsAtLeastOneElementThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Stream<T>> |
ContainsOnlyElementsThat.Streams.containsOnlyElementsThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Iterable<T>> |
ContainsOnlyElementsThat.Iterables.containsOnlyElementsThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Iterator<T>> |
ContainsOnlyElementsThat.Iterators.containsOnlyElementsThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<Spliterator<T>> |
ContainsOnlyElementsThat.Spliterators.containsOnlyElementsThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
static <T> org.hamcrest.Matcher<T[]> |
ContainsOnlyElementsThat.Arrays.containsOnlyElementsThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
void |
WhereValueOf.describeMismatch(Object item,
org.hamcrest.Description description) |
void |
StreamBasedMatcherSupport.describeMismatch(Object item,
org.hamcrest.Description description) |
void |
IsOneOf.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) |
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> |
IsInstanceOf.instanceOf(Class<?> expectedType) |
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> |
IsInstanceOf.isInstanceOf(Class<?> expectedType) |
static <T> org.hamcrest.Matcher<T> |
IsNotEqualTo.isNot(T expected) |
static <T> org.hamcrest.Matcher<T> |
IsNotEqualTo.isNotEqualTo(T expected) |
static <T> org.hamcrest.Matcher<T> |
IsOneOf.isOneOf(T firstExpected,
T... others) |
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 |
StreamBasedMatcherSupport.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) |
static <T> org.hamcrest.Matcher<T> |
IsNotEqualTo.notEqualTo(T exepcted) |
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) |