doc / ch.tutteli.atrium.domain.creating.charsequence.contains / CharSequenceContains / Creator

Creator

interface Creator<in T : CharSequence, in SC> : 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 AssertionPlant.subject.

SC - The type of the search criteria.

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

CharSequenceContainsAssertionCreator

class CharSequenceContainsAssertionCreator<T : CharSequence, S : SearchBehaviour> : ContainsObjectsAssertionCreator<T, Any, S, Checker>, Creator<T, Any>

Represents a creator of sophisticated contains assertions for CharSequence.

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.