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

AtLeastChecker

interface AtLeastChecker : WithTimesChecker

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

Properties

atLeastCall

abstract val atLeastCall: (Int) -> String

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

nameContainsNotFun

abstract val nameContainsNotFun: String

The function which should be used instead of atLeastCall when times equals to zero.

Inherited Properties

times

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.

Inheritors

AtLeastChecker

interface AtLeastChecker : AtLeastChecker, CharSequenceContains.Checker

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

AtLeastChecker

interface AtLeastChecker : AtLeastChecker, IterableLikeContains.Checker

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