doc / ch.tutteli.atrium.assertions.charsequence.contains / ICharSequenceContains / ICreator

ICreator

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

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

Parameters

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

Inheritors

CharSequenceContainsAssertionCreator

class CharSequenceContainsAssertionCreator<T : CharSequence, S : ISearchBehaviour> : ContainsObjectsAssertionCreator<T, Any, S, IChecker>, ICreator<T, Any>

Represents a creator of sophisticated contains assertions for CharSequence.