hasSize

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

Asserts the array has the expected size.


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

Asserts the collection has the expected size.