doc / ch.tutteli.atrium.domain.creating.basic.contains / Contains / Creator

Creator

interface Creator<in T : Any, in SC> (source)

Represents the final step of a sophisticated contains assertion builder which creates the AssertionGroup as such.

Parameters

T - The type of the AssertionPlant.subject.

SC - The type of the search criteria.

Functions

createAssertionGroup

abstract fun createAssertionGroup(plant: AssertionPlant<T>, searchCriteria: List<SC>): AssertionGroup

Creates an AssertionGroup representing the sophisticated contains assertion for the given plant based on the given searchCriteria.

Inheritors

Creator

interface Creator<in T : Any, in SC> : Creator<T, SC>

Creator

interface Creator<in T : CharSequence, in SC> : Creator<T, SC>

Represents the final step of a sophisticated contains assertion builder which creates the AssertionGroup as such.

Creator

interface Creator<in T : Iterable<*>, in SC> : Creator<T, SC>

Represents the final step of a sophisticated contains assertion builder which creates the AssertionGroup as such.