strikt-core / strikt.assertions / isExecutable

isExecutable

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

Asserts that the file is executable.

See Also

File.canExecute