org.specs2.execute

DecoratedResult

case class DecoratedResult[+T](decorator: T, result: Result) extends Result with Product with Serializable

This result allows to embed additional data with a given result for further display

Is is used to provide a way to display properly the data tables in the HtmlExporter

Self Type
DecoratedResult[T]
Linear Supertypes
Serializable, Serializable, Product, Equals, Result, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DecoratedResult
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Result
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DecoratedResult(decorator: T, result: Result)

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. def and(r: ⇒ Result): Result

    returns

    the logical and combination of 2 results

    Definition Classes
    DecoratedResultResult
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

    returns

    the colored textual status of the result

    Definition Classes
    Result
  11. def decorate[S](otherDecorator: S): DecoratedResult[S]

    use another decorator

  12. val decorator: T

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

    Definition Classes
    AnyRef
  14. val expectationsNb: Int

    Definition Classes
    Result
  15. val expected: String

    Definition Classes
    Result
  16. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  18. def isError: Boolean

    returns

    true if the result is an Error instance

    Definition Classes
    DecoratedResultResult
  19. def isFailure: Boolean

    returns

    true if the result is a Failure instance

    Definition Classes
    DecoratedResultResult
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def isPending: Boolean

    returns

    true if the result is a Pending instance

    Definition Classes
    DecoratedResultResult
  22. def isSkipped: Boolean

    returns

    true if the result is a Skipped instance

    Definition Classes
    DecoratedResultResult
  23. def isSuccess: Boolean

    returns

    true if the result is a Success instance

    Definition Classes
    DecoratedResultResult
  24. def isSuspended: Boolean

    returns

    true if the result is a Skipped or Pending

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

    change this result's message

    change this result's message

    Definition Classes
    Result
  26. val message: String

    Definition Classes
    Result
  27. def mute: DecoratedResult[T]

    returns

    the result with no message

    Definition Classes
    DecoratedResultResult
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. def not: Result

    returns

    Success if it is a failure and vice-versa

    Definition Classes
    Result
  30. final def notify(): Unit

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

    Definition Classes
    AnyRef
  32. def or(r: ⇒ Result): Result

    returns

    the logical or combination of 2 results

    Definition Classes
    DecoratedResultResult
  33. val result: Result

  34. def setExpectationsNb(n: Int): Result

    set the number of expectations

    set the number of expectations

    Definition Classes
    DecoratedResultResult
  35. def status: String

    returns

    the uncolored textual status of the result

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

    returns

    the textual status of the result

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

    Definition Classes
    AnyRef
  38. 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
  39. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  41. 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 Result

Inherited from AnyRef

Inherited from Any