ResultStackTrace

org.specs2.execute.ResultStackTrace

The stacktrace for a Result

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Error
class Failure

Members list

Value members

Abstract methods

def exception: Throwable

Concrete methods

def location: String

Attributes

Returns

the location (file and line number) of the topmost stackTraceElement

def location(filter: StackTraceFilter): String

Inherited methods

def stackTrace: List[StackTraceElement]

Attributes

Inherited from:
HasStackTrace