Package-level declarations
Contains interfaces implementing Contains.Checker
.
Types
Represents a check that an expected search criterion is contained at least times in the search input.
Represents a check that an expected search criterion is contained at most times in the search input.
Represents a check that an expected search criterion is contained exactly times in the search input.
Represents a check that an expected search criterion is not contained in the search input.
Represents a checker which is based on the number of times a search criterion is found within the search input.
Functions
Validates that times is not 1
; throws an IllegalArgumentException otherwise, pointing the user to use the given exactlyCall instead of the given atMostCall.
Validates that atLeastTimes is not equal to or greater than butAtMostTimes; throws an IllegalArgumentException otherwise, pointing the user to use the given exactlyCall in case atLeastTimes equals butAtMostTimes.