PositionLocation

org.specs2.specification.core.PositionLocation
See thePositionLocation companion object
case class PositionLocation(path: String, lineNumber: Int, columnNumber: Int) extends Location

Location created from a Tasty position

Attributes

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

Members list

Value members

Concrete methods

def show: String

display this location

display this location

Attributes

Inherited methods

def fileName: String

the file path

the file path

Attributes

Inherited from:
Location
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product