org.scalactic

source

package source

Visibility
  1. Public
  2. All

Type Members

  1. case class Position(fileName: String, filePathname: String, lineNumber: Int) extends Product with Serializable

    A source file position consisting of a simple source file name, the full path to the file, and a line number.

Value Members

  1. object Position extends Serializable

    Companion object for Position that defines an implicit method that uses a macro to grab the enclosing position.

  2. object PositionMacro

    Helper class for Position macro.

Ungrouped