assertk.assertions / isHidden

isHidden

fun <ERROR CLASS><File>.isHidden(): <ERROR CLASS>

Platform and version requirements: JVM


fun Assert<File>.isHidden(): Unit

Asserts the file is hidden.

See Also

isNotHidden

fun <ERROR CLASS><Path>.isHidden(): <ERROR CLASS>

Platform and version requirements: JVM


fun Assert<Path>.isHidden(): Unit

Assert that the path is hidden.