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

isNotNull

inline fun <T : Any> isNotNull(plant: AssertionPlantNullable<T?>, type: KClass<T>, noinline assertionCreator: AssertionPlant<T>.() -> Unit): Assertion

Overrides AnyAssertions.isNotNull


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