LineInFile

org.scalatest.events.LineInFile
final case class LineInFile(lineNumber: Int, fileName: String, filePathname: Option[String]) extends Location

An arbitrary line number in a named source file.

Value parameters

fileName

the source file's simple name

filePathname

an optional fully qualified pathname of the source file

lineNumber

the line number

Attributes

Graph
Supertypes
class Location
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product