interface Creator<T, in SC> (source)
Represents the final step of a sophisticated contains assertion builder which creates the AssertionGroup
as such.
T - The type of the subject of this expectation.
SC - The type of the search criteria.
abstract fun createAssertionGroup(container: AssertionContainer<T>, searchCriteria: List<SC>): AssertionGroup
Creates an AssertionGroup representing the sophisticated   | 
abstract class ContainsAssertionCreator<T : Any, TT : Any, in SC, C : Contains.Checker> : Contains.Creator<T, SC>
Represents the base class for Contains.Creators, providing a template to fulfill its job.  | 
|
interface Creator<T : CharSequence, in SC> : Contains.Creator<T, SC>
Represents the final step of a sophisticated   | 
|
interface Creator<T, in SC> : Contains.Creator<T, SC>
Represents the final step of a sophisticated   | 
|
interface Creator<T, in SC> : Contains.Creator<T, SC>
Represents the final step of a sophisticated   |