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

ComparableAssertionsBuilder

object ComparableAssertionsBuilder : ComparableAssertions (source)

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

Functions

isGreaterOrEquals

fun <T1 : Comparable<T2>, T2> isGreaterOrEquals(plant: AssertionPlant<T1>, expected: T2): <ERROR CLASS>

isGreaterThan

fun <T1 : Comparable<T2>, T2> isGreaterThan(plant: AssertionPlant<T1>, expected: T2): <ERROR CLASS>

isLessOrEquals

fun <T1 : Comparable<T2>, T2> isLessOrEquals(plant: AssertionPlant<T1>, expected: T2): <ERROR CLASS>

isLessThan

fun <T1 : Comparable<T2>, T2> isLessThan(plant: AssertionPlant<T1>, expected: T2): <ERROR CLASS>