fun <ERROR CLASS><Path>.lines(charset: Charset = Charsets.UTF_8): <ERROR CLASS><List<String>>
Platform and version requirements: JVM
fun Assert<Path>.lines(charset: Charset = Charsets.UTF_8): Assert<List<String>>
Assert on file lines
charset - charset to use when reading file
charset