interface AtLeastChecker : AtLeastChecker, IterableLikeContains.Checker
Represents a check that an expected search criterion is contained at least times in the search input.
abstract val atLeastCall: (Int) -> String
The function which was used and should not be used if times equals to zero. |
|
abstract val nameContainsNotFun: String
The function which should be used instead of atLeastCall when times equals to zero. |
class DefaultAtLeastChecker : AtLeastChecker, ContainsChecker
Represents a check that an expected entry is contained at least times in the Iterable. |