doc / ch.tutteli.atrium.assertions.basic.contains / Contains / Creator

Creator

interface Creator<in T : Any, in SC> : Creator<T, SC> (source)
Deprecated: use the interface from package domain.creating, will be removed with 1.0.0

Inherited 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

ContainsAssertionCreator

abstract class ContainsAssertionCreator<T : Any, S, C : Checker> : Creator<T, S>

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

Creator

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

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

Creator

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

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