doc / ch.tutteli.atrium.logic.creating.maplike.contains.checkers / AtMostChecker

AtMostChecker

interface AtMostChecker : AtMostChecker, MapLikeContains.Checker (source)

Represents a check that an expected search criterion is contained at most times in the search input.

Inherited Properties

atMostCall

abstract val atMostCall: (Int) -> String

The function which was used and should not be used if times is zero.

nameContainsNotFun

abstract val nameContainsNotFun: String

The function which should be used instead of atMostCall when times is zero.

Inheritors

DefaultAtMostChecker

class DefaultAtMostChecker : AtMostChecker, ContainsChecker

Represents a check that an expected entry is contained at most times in the Iterable.