Location

org.specs2.specification.core.Location
trait Location

Location of a Fragment

This is currently implemented using stacktraces which is very brittle

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def columnNumber: Int

the column number

the column number

Attributes

def lineNumber: Int

the line number

the line number

Attributes

def path: String

the file path

the file path

Attributes

def show: String

display this location

display this location

Attributes

Concrete methods

def fileName: String

the file path

the file path

Attributes