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

Package ch.tutteli.atrium.logic.creating.maplike.contains.checkers

Contains interfaces implementing MapLikeContains.Checker

Types

AtLeastChecker

interface AtLeastChecker : AtLeastChecker, MapLikeContains.Checker

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

AtMostChecker

interface AtMostChecker : AtMostChecker, MapLikeContains.Checker

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

ExactlyChecker

interface ExactlyChecker : ExactlyChecker, MapLikeContains.Checker

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

NotChecker

interface NotChecker : NotChecker, MapLikeContains.Checker

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