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

isNullIfNullGivenElse

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

Overrides AnyAssertions.isNullIfNullGivenElse


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