interface Creator<in T : CharSequence, in SC> : Contains.Creator<T, SC> (source)
Represents the final step of a sophisticated contains assertion builder which creates the AssertionGroup
as such.
T - The type of the suject of the assertion.
SC - The type of the search criteria.
abstract fun createAssertionGroup(subjectProvider: SubjectProvider<T>, searchCriteria: List<SC>): AssertionGroup
Creates an AssertionGroup representing the sophisticated   | 
class 
Represents a creator of sophisticated   | 
|
interface 
Represents the deprecated final step of a sophisticated   |