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

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

Contains default implementations for the interfaces defined in ch.tutteli.atrium.logic.creating.maplike.contains.checkers.

Types

DefaultAtLeastChecker

class DefaultAtLeastChecker : AtLeastChecker, ContainsChecker

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

DefaultAtMostChecker

class DefaultAtMostChecker : AtMostChecker, ContainsChecker

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

DefaultExactlyChecker

class DefaultExactlyChecker : ExactlyChecker, ContainsChecker

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

DefaultNotChecker

class DefaultNotChecker : NotChecker

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