|
Scala Library
|
|
scala/testing/SUnit.scala]
class
TestResult
extends AnyRef| Value Summary | |
val
|
buf : ArrayBuffer[(Test, java.lang.Throwable)] |
| Method Summary | |
def
|
addFailure (test : Test, t : java.lang.Throwable) : Unit |
def
|
failureCount : Int |
def
|
failures : Iterator[TestFailure] |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
| Method Details |
def
addFailure(test : Test, t : java.lang.Throwable) : Unit
def
failureCount : Int
def
failures : Iterator[TestFailure]
|
Scala Library
|
|