fun <T : Path> Expect<T>.hasSameTextualContentAs(targetPath: Path, sourceCharset: Charset = Charsets.UTF_8, targetCharset: Charset = Charsets.UTF_8): Expect<T>
(source)
Expects that the subject of this
expectation (a Path) has the same textual content
as targetPath taking the given encodings into account (UTF-8 if none given).
sourceCharset
- source file encoding - UTF-8 per default.
targetCharset
- target file encoding - UTF-8 per default.
Return
an Expect for the subject of this
expectation.
Since
0.12.0