assertk / assertk.assertions / isSameFileAs

isSameFileAs

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

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

Parameters

expected - the path which the actual is compared to.