fun <T : Path> Expect<T>.hasSameTextualContentAs(targetPath: Path, sourceCharset: Charset = Charsets.UTF_8, targetCharset: Charset = Charsets.UTF_8): Expect<T>
Expects that the subject of the assertion (a Path) has the same textual content as targetPath.
sourceCharset
- source file encoding - UTF-8 per default.
targetCharset
- target file encoding - UTF-8 per default.
AssertionError
- Might throw an AssertionError if the assertion made is not correct.
Return
An Expect for the current subject of the assertion.
Since
0.12.0