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

AnyAssertionsBuilder

object AnyAssertionsBuilder : AnyAssertions (source)

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

Properties

typeTransformation

val typeTransformation: AnyTypeTransformationAssertionsBuilder

Returns AnyTypeTransformationAssertionsBuilder which inter alia delegates to the implementation of AnyTypeTransformationAssertions.

Functions

isNotSame

fun <T : Any> isNotSame(plant: AssertionPlant<T>, expected: T): <ERROR CLASS>

isNull

fun <T> isNull(plant: AssertionPlantNullable<T>): <ERROR CLASS>

isSame

fun <T : Any> isSame(plant: AssertionPlant<T>, expected: T): <ERROR CLASS>

notToBe

fun <T : Any> notToBe(plant: AssertionPlant<T>, expected: T): <ERROR CLASS>

toBe

fun <T : Any> toBe(plant: AssertionPlant<T>, expected: T): <ERROR CLASS>