doc / ch.tutteli.atrium.api.cc.de_CH / istNull

istNull

fun <T> AssertionPlantNullable<T>.istNull(): Unit
Deprecated: Will be removed with 1.0.0 because it is redundant in terms of `ist(null)` without adding enough to be a legit alternative.

Makes the assertion that the Assert.subject is null.

Exceptions

AssertionError - Might throw an AssertionError if the assertion made is not correct.

Return
Does not support a fluent API because: what else would you want to assert about null anyway?