assertk.assertions / size

size

fun Assert<Array<*>>.size(): Assert<Int>

Platform and version requirements: Common

Returns an assert on the Arrays's size.

fun Assert<Collection<*>>.size(): Assert<Int>

Platform and version requirements: Common

Returns an assert on the Collection's size.

fun Assert<Map<*, *>>.size(): Assert<Int>

Platform and version requirements: Common

Returns an assert on the Maps's size.