|
Scala Library Documentation
|
|
scala/testing/SUnit.scala]
class
TestFailure(val failedTest : Test, val thrownException : Throwable)
extends AnyRefTestFailure collects a failed test together
with the thrown exception.| Additional Constructor Summary | |
def
|
this (p : (Test, Throwable)) : TestFailure |
| Method Summary | |
override def
|
toString : String |
def
|
trace : String |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Additional Constructor Details |
| Method Details |
|
Scala Library Documentation
|
|