hasSameSizeAs

fun Assert<Array<*>>.hasSameSizeAs(other: Array<*>)

Asserts the array has the same size as the expected array.


Asserts the collection has the same size as the expected collection.


fun Assert<Map<*, *>>.hasSameSizeAs(other: Map<*, *>)

Asserts the map has the same size as the expected map.