in scala/testing/SUnit
class TestFailure

class TestFailure(failedTest: Test, thrownException: Throwable)
extends Object
with ScalaObject

a TestFailure collects a failed test together with the thrown exception

Field Summary
  val failedTest: Test
  val thrownException: Throwable

Method Summary
override def toString(): String
  def trace(): String

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/ScalaObject-class
getScalaType

Field Detail

failedTest

  val failedTest: Test

thrownException

  val thrownException: Throwable
Method Detail

toString

  override def toString(): String

trace

  def trace(): String