doc / ch.tutteli.atrium.domain.builders.creating.charsequence.contains.builders / NotCheckerOptionBase

NotCheckerOptionBase

abstract class NotCheckerOptionBase<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S> (source)

The base class for builders which create a contains not check within the fluent API of a sophisticated contains assertion for CharSequence.

Parameters

T - The input type of the search.

S - The search behaviour which should be applied for the input of the search.

Constructors

<init>

NotCheckerOptionBase(containsBuilder: Builder<T, S>)

The base class for builders which create a contains at least check within the fluent API of a sophisticated contains assertion for CharSequence.

Properties

checkers

open val checkers: <ERROR CLASS>

Contains all Checkers which should be applied to the search result.

containsBuilder

open val containsBuilder: Builder<T, S>

The previously chosen Builder, containing inter alia the AssertionPlant to which the resulting Assertion shall be added.

Extension Functions

addAssertion

fun <T : CharSequence, S : SearchBehaviour> CheckerOption<T, S>.addAssertion(assertion: Assertion): AssertionPlant<T>

Helper method to simplify adding assertions to the plant which itself is stored in CharSequenceContains.CheckerOption.containsBuilder.

Inheritors

NotCheckerOptionImpl

open class NotCheckerOptionImpl<out T : CharSequence, out S : SearchBehaviour> : NotCheckerOptionBase<T, S>, NotCheckerOption<T, S>

Represents the builder of a contains not at all check within the fluent API of a sophisticated contains assertion for CharSequence.

NotCheckerOptionImpl

open class NotCheckerOptionImpl<out T : CharSequence, out S : SearchBehaviour> : NotCheckerOptionBase<T, S>, NotCheckerOption<T, S>

Represents the builder of a contains not at all check within the fluent API of a sophisticated contains assertion for CharSequence.