doc / ch.tutteli.atrium.domain.creating / AnyAssertions / notToBeNull
notToBeNull
open fun <T : Any> notToBeNull(expect: Expect<T?>, subType: KClass<T>): ChangedSubjectPostStep<T?, T>
Deprecated: Use AnyAssertions from atrium-logic and the method notToBeNullBut; will be removed with 1.0.0
Convenience method for nullable-types which delegates to isA.