doc / ch.tutteli.atrium.domain.builders.creating / AnyAssertionsBuilder / isNullable

isNullable

inline fun <T : Any> isNullable(plant: AssertionPlantNullable<T?>, type: KClass<T>, expectedOrNull: T?): Assertion

Overrides AnyAssertions.isNullable


Deprecated: Switch from Assert to Expect and use toBeNullable; will be removed with 1.0.0