strikt-jvm / strikt.java / strikt.api.Assertion.Builder / notExists

notExists

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

Asserts that the file not exists.

See Also

File.exists