doc / ch.tutteli.atrium.api.cc.en_UK / isNull

isNull

fun <T> AssertionPlantNullable<T>.isNull(): Unit (source)
Deprecated: Will be removed with 1.0.0 because it is redundant in terms of `toBe(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?