assertk.assertions / isNotHidden

isNotHidden

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

Platform and version requirements: JVM


fun Assert<File>.isNotHidden(): Unit

Asserts the file is not hidden.

See Also

isHidden