isSameFileAs

fun Assert<Path>.isSameFileAs(expected: Path)

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

Parameters

expected

the path which the actual is compared to.