strikt-core / strikt.assertions / isTrue

isTrue

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

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