interface Creator<T : CharSequence, in SC> : Contains.Creator<T, SC>
Represents the final step of a sophisticated contains
assertion builder which creates the AssertionGroup
as such.
T
- The type of the subject of the assertion.
SC
- The type of the search criteria.
abstract fun createAssertionGroup(container: AssertionContainer<T>, searchCriteria: List<SC>): AssertionGroup
Creates an AssertionGroup representing the sophisticated |
class CharSequenceContainsAssertionCreator<T : CharSequence, in SC : Any, S : CharSequenceContains.SearchBehaviour> : ContainsObjectsAssertionCreator<T, String, SC, S, CharSequenceContains.Checker>, CharSequenceContains.Creator<T, SC>
Represents a creator of sophisticated |