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

CollectionAssertionsBuilder

object CollectionAssertionsBuilder : CollectionAssertions (source)

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

Functions

hasSize

fun <T : Collection<*>> hasSize(plant: AssertionPlant<T>, size: Int): <ERROR CLASS>

isEmpty

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

isNotEmpty

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