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

Creator

interface Creator<T, 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 subject of this expectation.

SC - The type of the search criteria.

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.

Inheritors

ContainsAssertionCreator

abstract class ContainsAssertionCreator<T : Any, TT : Any, in SC, C : Contains.Checker> : Contains.Creator<T, SC>

Represents the base class for Contains.Creators, providing a template to fulfill its job.

Creator

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

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

Creator

interface Creator<T, in SC> : Contains.Creator<T, SC>

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

Creator

interface Creator<T, in SC> : Contains.Creator<T, SC>

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