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
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product
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
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