doc / ch.tutteli.atrium.domain.builders.creating / CharSequenceAssertionsBuilder

CharSequenceAssertionsBuilder

object CharSequenceAssertionsBuilder : CharSequenceAssertions (source)

Delegates inter alia to the implementation of CharSequenceAssertions. In detail, it implements CharSequenceAssertions by delegating to charSequenceAssertions which in turn delegates to the implementation via ServiceLoader.

Properties

contains

val contains: CharSequenceContainsAssertionsBuilder

Returns CharSequenceContainsAssertionsBuilder which inter alia delegates to the implementation of CharSequenceContainsAssertions.

Functions

containsBuilder

fun <T : CharSequence> containsBuilder(plant: AssertionPlant<T>): <ERROR CLASS>

containsNotBuilder

fun <T : CharSequence> containsNotBuilder(plant: AssertionPlant<T>): <ERROR CLASS>

endsNotWith

fun <T : CharSequence> endsNotWith(plant: AssertionPlant<T>, expected: CharSequence): <ERROR CLASS>

endsWith

fun <T : CharSequence> endsWith(plant: AssertionPlant<T>, expected: CharSequence): <ERROR CLASS>

isEmpty

fun <T : CharSequence> isEmpty(plant: AssertionPlant<T>): <ERROR CLASS>

isNotEmpty

fun <T : CharSequence> isNotEmpty(plant: AssertionPlant<T>): <ERROR CLASS>

startsNotWith

fun <T : CharSequence> startsNotWith(plant: AssertionPlant<T>, expected: CharSequence): <ERROR CLASS>

startsWith

fun <T : CharSequence> startsWith(plant: AssertionPlant<T>, expected: CharSequence): <ERROR CLASS>