strikt-core / strikt.assertions / isReadable

isReadable

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

Asserts that the file is readable.

See Also

File.canRead