doc / ch.tutteli.atrium.logic.creating.charsequence.contains.checkers / AtLeastChecker

AtLeastChecker

interface AtLeastChecker : AtLeastChecker, CharSequenceContains.Checker (source)

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

Inherited Properties

atLeastCall

abstract val atLeastCall: (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 atLeastCall when times is zero.

Inheritors

DefaultAtLeastChecker

class DefaultAtLeastChecker : AtLeastChecker, ContainsChecker

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