interface ExactlyChecker : WithTimesChecker
Represents a check that an expected search criterion is contained exactly times in the search input.
abstract val exactlyCall: (Int) -> String
The function call 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 exactlyCall when times equals to zero. |
abstract val times: Int
The number which the check uses to compare against the actual number of times an expected search criterion is found in the search input. |
interface ExactlyChecker : ExactlyChecker, CharSequenceContains.Checker
Represents a check that an expected search criterion is contained exactly times in the search input. |
|
interface ExactlyChecker : ExactlyChecker, IterableLikeContains.Checker
Represents a check that an expected search criterion is contained exactly times in the search input. |
|
interface ExactlyChecker : ExactlyChecker, MapLikeContains.Checker
Represents a check that an expected search criterion is contained exactly times in the search input. |