isEmpty

fun Assert<Array<*>>.isEmpty()

Asserts the array is empty.

See also


Asserts the char sequence is empty.

See also


fun Assert<Map<*, *>>.isEmpty()

Asserts the collection is empty.

See also


Asserts the iterable is empty.

See also


Asserts the sequence is empty.

See also

Asserts optional's value is not present.

See also