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

WithTimesCheckerOption

interface WithTimesCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S> (source)

A CharSequenceContains.CheckerOption which is used to choose a CharSequenceContains.Checker which is based on a number of times.

Properties

times

abstract val times: Int

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

AtLeastCheckerOption

interface AtLeastCheckerOption<out T : CharSequence, out S : SearchBehaviour> : WithTimesCheckerOption<T, S>

Represents the extension point for another option after a contains at least-check within a sophisticated contains assertion building process for CharSequence.

AtLeastCheckerOption

interface AtLeastCheckerOption<out T : CharSequence, out S : SearchBehaviour> : WithTimesCheckerOption<T, S>

Represents the extension point for another option after a contains at least-check within a sophisticated contains assertion building process for CharSequence.

AtLeastCheckerOption

interface AtLeastCheckerOption<out T : CharSequence, out S : SearchBehaviour> : WithTimesCheckerOption<T, S>

Represents the extension point for another option after a contains at least-check within a sophisticated contains assertion building process for CharSequence.

AtLeastCheckerOption

interface AtLeastCheckerOption<out T : CharSequence, out S : SearchBehaviour> : WithTimesCheckerOption<T, S>

Represents the extension point for another option after a contains at least-check within a sophisticated contains assertion building process for CharSequence.

AtLeastCheckerOption

interface AtLeastCheckerOption<out T : CharSequence, out S : SearchBehaviour> : WithTimesCheckerOption<T, S>

Represents the extension point for another option after a contains at least-check within a sophisticated contains assertion building process for CharSequence.

AtLeastCheckerOptionBase

abstract class AtLeastCheckerOptionBase<out T : CharSequence, out S : SearchBehaviour> : WithTimesCheckerOption<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.

AtMostCheckerOptionBase

abstract class AtMostCheckerOptionBase<out T : CharSequence, out S : SearchBehaviour> : WithTimesCheckerOption<T, S>

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

ButAtMostCheckerOptionBase

abstract class ButAtMostCheckerOptionBase<out T : CharSequence, out S : SearchBehaviour> : WithTimesCheckerOption<T, S>

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

ExactlyCheckerOptionBase

abstract class ExactlyCheckerOptionBase<out T : CharSequence, out S : SearchBehaviour> : WithTimesCheckerOption<T, S>

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

NotOrAtMostCheckerOptionBase

abstract class NotOrAtMostCheckerOptionBase<out T : CharSequence, out S : SearchBehaviour> : WithTimesCheckerOption<T, S>

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