doc / ch.tutteli.atrium.assertions.basic.contains / Contains

Contains

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

Defines the deprecated basic contract for sophisticated contains assertion builders.

A builder typically allows a user to choose a desired SearchBehaviour, one or more Checkers and uses an Creator to finish the building process.

Types

Checker

interface Checker : Contains.Checker

Creator

interface Creator<in T : Any, in SC> : Contains.Creator<T, SC>

SearchBehaviour

interface SearchBehaviour : Contains.SearchBehaviour