Package-level declarations
Contains steps for sophisticated IterableLike.contains
expectation builders.
Types
Represents the extension point for another step after a contains at least
-check within a sophisticated contains
assertion building process for IterableLike.
Represents the extension point for another step after a contains at least once but at most
-check within a sophisticated contains
assertion building process for Iterable.
Represents the extension point for another step after a contains at least but at most
-check within a sophisticated contains
assertion building process for Iterable.
Represents the extension point for another step after a contains exactly
-check within a sophisticated contains
assertion building process for Iterable.
Represents a "no IterableLikeContains.Checker" option, meaning no checker shall be applied to a search result.
Represents the extension point for another step after a contains not at all
-check within a sophisticated contains
assertion building process for Iterable.
Represents the extension point for another step after a contains not or at most
-check within a sophisticated contains
assertion building process for Iterable.
A IterableLikeContains.CheckerStep which is used to choose a IterableLikeContains.Checker which is based on a number of times
.
Sole purpose of this interface is to hide IterableLikeContains.CheckerStepLogic from newcomers which usually don't have to deal with this type and to keep the API clean.
A IterableLikeContains.CheckerStepLogic which is used to choose a IterableLikeContains.Checker which is based on a number of times.