strikt-core / strikt.assertions / isFalse

isFalse

fun <T : Boolean?> Builder<T>.isFalse(): Builder<T>

Asserts that the subject is not null and is the boolean value false.