|
|
Scala 2.3.3
|
class
TestFailure
extends java.lang.Object
with scala.ScalaObject
TestFailure collects a failed test together
with the thrown exception.| Constructor Summary | |
def
this
(failedTest: SUnit.this.Test, thrownException: java.lang.Throwable)
|
|
def
this
(p: scala.Tuple2[SUnit.this.Test, java.lang.Throwable])
|
|
| Val Summary | |
val
failedTest
: SUnit.this.Test
|
|
val
thrownException
: java.lang.Throwable
|
|
| Def Summary | |
override
|
def
toString
: java.lang.String
|
def
trace
: java.lang.String
|
|
| Constructor Detail |
def
this
(failedTest: SUnit.this.Test, thrownException: java.lang.Throwable)
def
this
(p: scala.Tuple2[SUnit.this.Test, java.lang.Throwable])
| Val Detail |
| Def Detail |