assertNull
Asserts that the actual value is null, with an optional message.
Since Kotlin
1.0Asserts that the actual value is null, with an error message generated by the lazyMessage lambda otherwise.
Asserts that the actual value is null, with an optional message.
Asserts that the actual value is null, with an error message generated by the lazyMessage lambda otherwise.
Thanks for your feedback!