assertk.assertions / isSameFileAs

isSameFileAs

fun <ERROR CLASS><Path>.isSameFileAs(expected: Path): <ERROR CLASS>

Platform and version requirements: JVM

Assert that the path points to the same object as the other path.

Parameters

expected - the path which the actual is compared to.