Creator
Represents the final step of a sophisticated contains
assertion builder which creates the AssertionGroup as such.
Parameters
T
The type of the subject of this expectation.
SC
The type of the search criteria.
Inheritors
Functions
Link copied to clipboard
abstract fun createAssertionGroup(container: AssertionContainer<T>, searchCriteria: List<SC>): AssertionGroup
Creates an AssertionGroup representing the sophisticated contains
assertion for the subject of the given container, based on the given searchCriteria.