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

istNull

fun <T> AssertionPlantNullable<T>.istNull(): Unit

Makes the assertion that AssertionPlant.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?