doc / ch.tutteli.atrium.assertions.iterable.contains.checkers

Package ch.tutteli.atrium.assertions.iterable.contains.checkers

Contains @Deprecated classes/interfaces/functions, use the ones from package creating; will all be removed with 1.0.0

Types

IterableContainsAtLeastChecker

class IterableContainsAtLeastChecker : IterableContainsChecker

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

IterableContainsAtMostChecker

class IterableContainsAtMostChecker : IterableContainsChecker

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

IterableContainsChecker

abstract class IterableContainsChecker : ContainsChecker, IterableContains.Checker

Represents the base class for IterableContains.Checker.

IterableContainsExactlyChecker

class IterableContainsExactlyChecker : IterableContainsChecker

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

IterableContainsNotChecker

class IterableContainsNotChecker : IterableContains.Checker

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