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

Creator

interface Creator<in T : CharSequence, in SC> : Contains.Creator<T, SC>, CharSequenceContains.Creator<T, SC>
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.