strikt-core / strikt.assertions / isNullOrEmpty

isNullOrEmpty

fun <T : CharSequence?> Builder<T>.isNullOrEmpty(): Builder<T>

Asserts that the subject is null or the empty string.

See Also

CharSequence.isNullOrEmpty