StacktraceLocation

org.specs2.specification.core.StacktraceLocation
case class StacktraceLocation(trace: Seq[StackTraceElement]) extends Location

Attributes

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 columnNumber: Int

the column number

the column number

Attributes

def filter(filter: StackTraceFilter): StacktraceLocation

Attributes

Returns

a filtered Location

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

def traceLocation(filter: StackTraceFilter): Option[TraceLocation]

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