Scala Library Documentation
|
|
scala/testing/SUnit.scala
]
class
TestFailure(val
failedTest : Test, val
thrownException : java.lang.Throwable)
extends
AnyRefTestFailure
collects a failed test together
with the thrown exception.Additional Constructor Summary | |
def
|
this (p : (Test, java.lang.Throwable)) : TestFailure |
Method Summary | |
override def
|
toString : java.lang.String |
def
|
trace : java.lang.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
|
|