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

Contains

interface Contains (source)
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 : Checker

Creator

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

SearchBehaviour

interface SearchBehaviour : SearchBehaviour