SpecFailureAssertionFailedError

class SpecFailureAssertionFailedError(e: Exception) extends AssertionFailedError

This class refines the AssertionFailedError from junit and provides the stackTrace of an exception which occurred during the specification execution

class AssertionFailedError
class AssertionError
class Error
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def getCause: Throwable
Definition Classes
Throwable
override
def getStackTrace: Array[StackTraceElement]
Definition Classes
Throwable
override
def printStackTrace(): Unit
Definition Classes
Throwable
override
def printStackTrace(w: PrintStream): Unit
Definition Classes
Throwable
override
def printStackTrace(w: PrintWriter): Unit
Definition Classes
Throwable
override
def toString: String
Definition Classes
Throwable -> Any

Inherited methods

final
def addSuppressed(x$0: Throwable): Unit
Inherited from
Throwable
def fillInStackTrace(): Throwable
Inherited from
Throwable
def getLocalizedMessage(): String
Inherited from
Throwable
def getMessage(): String
Inherited from
Throwable
final
def getSuppressed(): Array[Throwable]
Inherited from
Throwable
def initCause(x$0: Throwable): Throwable
Inherited from
Throwable
def setStackTrace(x$0: Array[StackTraceElement]): Unit
Inherited from
Throwable