|
Scala Library
|
|
scala/testing/SUnit.scala]
class
TestSuite(tests : Test*)
extends Test with AnyRefTestSuite runs a composite of test cases.| Additional Constructor Summary | |
def
|
this (names : Seq[java.lang.String], constr : (java.lang.String) => Test) : TestSuite |
| Value Summary | |
val
|
buf : ArrayBuffer[Test] |
| Method Summary | |
def
|
addTest (t : Test) : Unit |
def
|
run (r : TestResult) : Unit |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Additional Constructor Details |
| Value Details |
| Method Details |
|
Scala Library
|
|