doc / ch.tutteli.atrium.assertions.iterable.contains / IterableContains / Checker

Checker

interface Checker : Contains.Checker, IterableContains.Checker
Deprecated: Use the interface from package domain.creating; will be removed with 1.0.0

Represents a check for the search result such as: the object is contained exactly once in the input of the search.

It provides the method createAssertion which creates an Assertion representing this check.

Inheritors

IterableContainsChecker

abstract class IterableContainsChecker : ContainsChecker, IterableContains.Checker

Represents the base class for IterableContains.Checker.

IterableContainsNotChecker

class IterableContainsNotChecker : IterableContains.Checker

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