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

MapAssertionsBuilder

object MapAssertionsBuilder : MapAssertions (source)

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

Functions

hasSize

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

isEmpty

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

isNotEmpty

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