fun <T : Path> Expect<T>.hasSameBinaryContentAs(targetPath: Path): Expect<T>
(source)Expects that the subject of this
expectation (a Path) has the same binary content
as targetPath.
Return
an Expect for the subject of this
expectation.
Since
0.12.0