strikt-core / strikt.assertions / isNotNull

isNotNull

fun <T> Builder<T?>.isNotNull(): Builder<T>

Asserts that the subject is not null.

Return
an assertion for a non-null subject.