size

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

Returns an assert on the Arrays's size.


Returns an assert on the Collection's size.


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

Returns an assert on the Maps's size.