All Classes and Interfaces

Class
Description
Matcher of Optional that matches when the tested value is absent.
A Matcher for Fragiles which are expected to be broken.
A Matcher which checks that charAt of a CharSequence returns expected values.
Matches the expected length of a CharSequence.
 
A Matcher to check that all sub-sequences of a CharSequence are valid CharSequences themselves.
 
 
DescriptionMatcher<V,T extends org.hamcrest.Matcher<V>>
A Matcher to test the description of another Matcher.
An Answer which always throws an AssertionError.
A Matcher to test FragileFunctions.
A Matcher to match Fragiles which are supposed to be non-broken.
A Matcher to test Generatables for the correct start sequence.
Factory methods for Iterable matchers.
A Matcher for Iterators.
A version of a FeatureMatcher which takes a delegate Function instead of requiring to override it.
Collection of static matcher factories to test Matchers.
MatchMatcher<V,T extends org.hamcrest.Matcher<? super V>>
A Matcher to check if another Matcher matches a specific value.
MismatchMatcher<V,T extends org.hamcrest.Matcher<? super V>>
A Matcher to check if another Matcher mismatches a specific value with a specific description.
A container of static methods for creating mocks in a single expression.
A type that combines a Stubber Generator and Function
Mock Function that can be used in tests as a convenience instead of 'manually' set up expectations for (multiple) calls.
A Matcher for interactions with Mockito mocks.
Matcher for Pair.
A Matcher which runs another matcher multiple times in concurrent threads.
A Matcher for Predicates.
A Matcher to match the presence and value of an Optional.
A Matcher to test simple Procedures.
Usage like
Matcher for Single.
A Matcher which matches an entire Stack.
A Matcher which matches Stack.StackTops.
Static factory methods for creating test doubles.
A collection of Matchers for Throwables.