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

Creator

interface Creator<in T : CharSequence, in SC> : Creator<T, SC>, Creator<T, SC> (source)
Deprecated: use the interface from package domain.creating, will be removed with 1.0.0

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

Parameters

T - The type of the AssertionPlant.subject.

SC - The type of the search criteria.