strikt-core / strikt.assertions / notExists

notExists

fun <T : File> Builder<T>.notExists(): Builder<T>

Asserts that the file not exists.

See Also

File.exists