interface Creator<in T : Any, in SC> : Creator<T, SC>
(source)
abstract fun createAssertionGroup(plant: AssertionPlant<T>, searchCriteria: List<SC>): AssertionGroup
Creates an AssertionGroup representing the sophisticated |
abstract class
Represents the base class for Contains.Creators, providing a template to fulfill its job. |
|
interface
Represents the deprecated final step of a sophisticated |
|
interface
Represents the final step of a sophisticated |