assertNull

open fun assertNull(message: String?, actual: Any?)(source)

Asserts that the specified value is null.

Since Kotlin

1.0

Parameters

message

the message to report if the assertion fails.