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 loadSingleService.
fun <T1 : Comparable<T2>, T2> isGreaterOrEquals(plant: AssertionPlant<T1>, expected: T2): <ERROR CLASS> |
|
fun <T1 : Comparable<T2>, T2> isGreaterThan(plant: AssertionPlant<T1>, expected: T2): <ERROR CLASS> |
|
fun <T1 : Comparable<T2>, T2> isLessOrEquals(plant: AssertionPlant<T1>, expected: T2): <ERROR CLASS> |
|
fun <T1 : Comparable<T2>, T2> isLessThan(plant: AssertionPlant<T1>, expected: T2): <ERROR CLASS> |