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 loadSingleService.
fun hasSize(plant: AssertionPlant<Collection<*>>, size: Int): <ERROR CLASS> |
|
fun isEmpty(plant: AssertionPlant<Collection<*>>): <ERROR CLASS> |
|
fun isNotEmpty(plant: AssertionPlant<Collection<*>>): <ERROR CLASS> |
|
fun size(plant: AssertionPlant<Collection<*>>, assertionCreator: Assert<Int>.() -> Unit): <ERROR CLASS> |