assertNull
Asserts that the specified value is null
.
Since Kotlin
1.0Parameters
message
the message to report if the assertion fails.
Asserts that the specified value is null
.
the message to report if the assertion fails.
Thanks for your feedback!