FileLinesContent

object FileLinesContent extends LinesContent[File]

Default implementation for reading lines out of a file

This is used in FileContentMatchers

trait LinesContent[File]
class Object
trait Matchable
class Any

Value members

Concrete methods

def lines(f: File): Seq[String]
def name(f: File): String

Inherited methods

def differences[L2](ls1: File, ls2: L2, all: Boolean, ordered: Boolean)(using evidence$1: LinesContent[L2]): LinesContentDifference
Returns:

the differences with another content

Inherited from:
LinesContent