Packages

case class DiffFailure(title: String, expected: String, obtained: String, diff: String) extends TestFailedException with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, TestFailedException, ModifiablePayload[TestFailedException], PayloadField, ModifiableMessage[TestFailedException], StackDepthException, StackDepth, RuntimeException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DiffFailure
  2. Serializable
  3. Product
  4. Equals
  5. TestFailedException
  6. ModifiablePayload
  7. PayloadField
  8. ModifiableMessage
  9. StackDepthException
  10. StackDepth
  11. RuntimeException
  12. Exception
  13. Throwable
  14. Serializable
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DiffFailure(title: String, expected: String, obtained: String, diff: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  5. val analysis: IndexedSeq[String]
    Definition Classes
    TestFailedException
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def canEqual(other: Any): Boolean
    Definition Classes
    TestFailedException → StackDepthException
  8. val cause: Option[Throwable]
    Definition Classes
    StackDepthException → StackDepth
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. val diff: String
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(other: Any): Boolean
    Definition Classes
    TestFailedException → StackDepthException → AnyRef → Any
  13. val expected: String
  14. def failedCodeFileName: Option[String]
    Definition Classes
    StackDepth
  15. def failedCodeFileNameAndLineNumberString: Option[String]
    Definition Classes
    StackDepth
  16. lazy val failedCodeFilePathname: Option[String]
    Definition Classes
    StackDepthException → StackDepth
  17. lazy val failedCodeFilePathnameAndLineNumberString: Option[String]
    Definition Classes
    StackDepth
  18. def failedCodeLineNumber: Option[Int]
    Definition Classes
    StackDepth
  19. lazy val failedCodeStackDepth: Int
    Definition Classes
    StackDepthException → StackDepth
  20. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def getCause(): Throwable
    Definition Classes
    Throwable
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  25. def getMessage(): String
    Definition Classes
    StackDepthException → Throwable
  26. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  27. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  28. def hashCode(): Int
    Definition Classes
    TestFailedException → StackDepthException → AnyRef → Any
  29. final def initCause(throwable: Throwable): Throwable
    Definition Classes
    StackDepthException → Throwable
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. lazy val message: Option[String]
    Definition Classes
    StackDepthException → StackDepth
  32. val messageFun: (StackDepthException) ⇒ Option[String]
    Definition Classes
    StackDepthException
  33. def modifyMessage(fun: (Option[String]) ⇒ Option[String]): TestFailedException
    Definition Classes
    TestFailedException → ModifiableMessage
  34. def modifyPayload(fun: (Option[Any]) ⇒ Option[Any]): TestFailedException
    Definition Classes
    TestFailedException → ModifiablePayload
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. val obtained: String
  39. val payload: Option[Any]
    Definition Classes
    TestFailedException → PayloadField
  40. val position: Option[Position]
    Definition Classes
    StackDepthException → StackDepth
  41. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  42. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  43. def printStackTrace(): Unit
    Definition Classes
    Throwable
  44. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  45. def severedAtStackDepth: TestFailedException
    Definition Classes
    TestFailedException → StackDepth
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. val title: String
  48. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TestFailedException

Inherited from ModifiablePayload[TestFailedException]

Inherited from PayloadField

Inherited from ModifiableMessage[TestFailedException]

Inherited from StackDepthException

Inherited from StackDepth

Inherited from RuntimeException

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped