doc / ch.tutteli.atrium.assertions.charsequence.contains / CharSequenceContains

CharSequenceContains

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

Defines the deprecated contract for sophisticated CharSequence contains assertions.

Types

Checker

interface Checker : Contains.Checker, CharSequenceContains.Checker

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

Creator

interface Creator<in T : CharSequence, in SC> : Contains.Creator<T, SC>, CharSequenceContains.Creator<T, SC>

Represents the deprecated final step of a sophisticated contains assertion builder which creates the AssertionGroup as such.

SearchBehaviour

interface SearchBehaviour : Contains.SearchBehaviour, CharSequenceContains.SearchBehaviour

Represents a deprecated search behaviour but leaves it up to the Searcher how this behaviour is implemented -- yet, it provides a method to decorate a description (a Translatable) in order that it reflects the search behaviour.

Searcher

interface Searcher<S : CharSequenceContains.SearchBehaviour> : CharSequenceContains.Searcher<S, Any>

Represents a deprecated searcher which supports the search behaviour S for a given input CharSequence of the search.