doc / ch.tutteli.atrium.logic.creating.maplike.contains / MapLikeContains / Creator

Creator

interface Creator<T, 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.

Inherited Functions

createAssertionGroup

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.