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

Creator

interface Creator<in T : CharSequence, in S> : Creator<T, S>

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

Parameters

T - The type of the AssertionPlant.subject. S - The type of the search criteria.

Inheritors

CharSequenceContainsAssertionCreator

class CharSequenceContainsAssertionCreator<T : CharSequence, S : SearchBehaviour> : ContainsObjectsAssertionCreator<T, Any, S, Checker>, Creator<T, Any>

Represents a creator of sophisticated contains assertions for CharSequence.