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

isNull

abstract fun isNull(): Unit (source)

Checks whether subject is null and reports an error if it is not.

Exceptions

AssertionError - Reporting the failure might throw an AssertionError.

See Also

IReporter