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