SimpleLocation

org.specs2.specification.core.SimpleLocation
case class SimpleLocation(trace: TraceLocation) 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 filter(filter: StackTraceFilter): Location

Attributes

Returns

a filtered Location

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

Inherited methods

def classLocation(filter: StackTraceFilter): Option[String]

the class name and the line number where the Throwable was created

the class name and the line number where the Throwable was created

Attributes

Inherited from:
Location
def fullLocation(filter: StackTraceFilter): Option[String]

the class name, file Name and the line number where the Throwable was created

the class name, file Name and the line number where the Throwable was created

Attributes

Inherited from:
Location
def lineNumber(filter: StackTraceFilter): Option[Int]

the line number

the line number

Attributes

Inherited from:
Location
def location(filter: StackTraceFilter): Option[String]

file name and line number

file name and line number

Attributes

Inherited from:
Location
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Location -> Any
Inherited from:
Location