strikt-core / strikt.assertions / isNotExecutable

isNotExecutable

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

Asserts that the file is not executable.

See Also

File.canExecute