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.
T - The type of the IAssertionPlant.subject.
S - The type of the search criteria.
class CharSequenceContainsAssertionCreator<T : CharSequence, S : ISearchBehaviour> : ContainsObjectsAssertionCreator<T, Any, S, IChecker>, ICreator<T, Any>
Represents a creator of sophisticated |