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

ExactlyChecker

interface ExactlyChecker : ExactlyChecker, MapLikeContains.Checker (source)

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

Inherited Properties

exactlyCall

abstract val exactlyCall: (Int) -> String

The function call 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 exactlyCall when times equals to zero.

Inheritors

DefaultExactlyChecker

class DefaultExactlyChecker : ExactlyChecker, ContainsChecker

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