fun Assert<Path>.lines(charset: Charset = Charsets.UTF_8): Assert<List<String>>
Assert on file lines
charset - charset to use when reading file
charset