|
Scala Library
|
|
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
Returns a string representation of the object.
|
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 |
override
def
toString : java.lang.String
The default representation is platform dependent.
def
trace : java.lang.String
|
Scala Library
|
|