org.specs2.execute

Failure

case class Failure(m: String = "", e: String = "", stackTrace: List[StackTraceElement] = ..., details: Details = NoDetails.apply()) extends Result with ResultStackTrace with Product with Serializable

This class represents the failure of an execution. It has a message and a stacktrace

Self Type
Failure
Linear Supertypes
Serializable, Serializable, Product, Equals, ResultStackTrace, HasStackTrace, Result, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Failure
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ResultStackTrace
  7. HasStackTrace
  8. Result
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Failure(m: String = "", e: String = "", stackTrace: List[StackTraceElement] = ..., details: Details = NoDetails.apply())

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addExpectationsNb(n: Int): Result

    increment the number of expectations

    increment the number of expectations

    Definition Classes
    Result
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def coloredStatus(implicit args: Arguments = Arguments()): String

    returns

    the colored textual status of the result

    Definition Classes
    Result
  10. val details: Details

  11. val e: String

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(o: Any): Boolean

    Definition Classes
    Failure → Equals → AnyRef → Any
  14. def exception: Exception

    returns

    an exception created from the message and the stackTraceElements

    Definition Classes
    FailureResultStackTrace
  15. val expectationsNb: Int

    Definition Classes
    Result
  16. val expected: String

    Definition Classes
    Result
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    Failure → AnyRef → Any
  20. def isError: Boolean

    returns

    true if the result is an Error instance

    Definition Classes
    Result
  21. def isFailure: Boolean

    returns

    true if the result is a Failure instance

    Definition Classes
    FailureResult
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def isPending: Boolean

    returns

    true if the result is a Pending instance

    Definition Classes
    Result
  24. def isSkipped: Boolean

    returns

    true if the result is a Skipped instance

    Definition Classes
    Result
  25. def isSuccess: Boolean

    returns

    true if the result is a Success instance

    Definition Classes
    Result
  26. def isSuspended: Boolean

    returns

    true if the result is a Skipped or Pending

    Definition Classes
    Result
  27. def location: String

    returns

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

    Definition Classes
    ResultStackTrace → HasStackTrace
  28. val m: String

  29. def mapExpected(f: (String) ⇒ String): Result

    change this result's expected

    change this result's expected

    Definition Classes
    Result
  30. def mapMessage(f: (String) ⇒ String): Result

    change this result's message

    change this result's message

    Definition Classes
    Result
  31. val message: String

    Definition Classes
    Result
  32. def mute: Failure

    returns

    the result with no message

    Definition Classes
    FailureResult
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def prependMessage(pre: String): Result

    prepend another message and a conjunction depending on the status of this result

    prepend another message and a conjunction depending on the status of this result

    Definition Classes
    Result
  37. def setExpectationsNb(n: Int): Result

    set the number of expectations

    set the number of expectations

    Definition Classes
    FailureResult
  38. def skip: Skipped

  39. val stackTrace: List[StackTraceElement]

    Definition Classes
    Failure → HasStackTrace
  40. def status: String

    returns

    the uncolored textual status of the result

    Definition Classes
    Result
  41. def statusName(implicit args: Arguments = Arguments()): String

    returns

    the textual status of the result

    Definition Classes
    Result
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    Failure → AnyRef → Any
  44. def updateExpected(exp: String): Result

    update the expected of a result, keeping the subclass type

    update the expected of a result, keeping the subclass type

    Definition Classes
    Result
  45. def updateMessage(msg: String): Result

    update the message of a result, keeping the subclass type

    update the message of a result, keeping the subclass type

    Definition Classes
    Result
  46. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ResultStackTrace

Inherited from HasStackTrace

Inherited from Result

Inherited from AnyRef

Inherited from Any

Ungrouped