c

org.scalatest.events

LineInFile

final case class LineInFile(lineNumber: Int, fileName: String, filePathname: Option[String]) extends Location with Product with Serializable

An arbitrary line number in a named source file.

lineNumber

the line number

fileName

the source file's simple name

filePathname

an optional fully qualified pathname of the source file

Source
Location.scala
Linear Supertypes
Location, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LineInFile
  2. Location
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LineInFile(lineNumber: Int, fileName: String, filePathname: Option[String])

    lineNumber

    the line number

    fileName

    the source file's simple name

    filePathname

    an optional fully qualified pathname of the source file

Value Members

  1. val fileName: String
  2. val filePathname: Option[String]
  3. val lineNumber: Int