TraceLocation

org.specs2.control.TraceLocation
See theTraceLocation companion object
case class TraceLocation(path: String, fileName: String, className: String, methodName: String, lineNumber: Int)

Attributes

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

Members list

Value members

Concrete methods

def stackTraceElement: StackTraceElement

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val classLocation: 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

lazy val fullLocation: 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

lazy val location: String