doc / ch.tutteli.atrium.api.infix.en_GB / hasSameBinaryContentAs

hasSameBinaryContentAs

infix fun <T : Path> Expect<T>.hasSameBinaryContentAs(targetPath: Path): Expect<T> (source)
Deprecated: Use toHaveTheSameBinaryContentAs; will be removed with 1.0.0 at the latest

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.13.0