doc / ch.tutteli.atrium.creating / IAssertionPlantNullable / isNull

isNull

abstract fun isNull(): Unit

Makes the assertion that subject is null and checks the assertion.

Exceptions

AssertionError - Reporting the failure might throw an AssertionError.

See Also

IReporter