doc / ch.tutteli.atrium.logic / AnyAssertions / notToBeNullButOfType

notToBeNullButOfType

abstract fun <T : Any> notToBeNullButOfType(container: AssertionContainer<T?>, subType: KClass<T>): SubjectChangerBuilder.ExecutionStep<T?, T>