Creator

interface Creator<T : MapLike, in SC> : Contains.Creator<T, SC> (source)

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.

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.