scala.testing.SUnit

class TestSuite

[source: scala/testing/SUnit.scala]

class TestSuite(tests : Test*)
extends Test with AnyRef
The class TestSuite 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
def this(names : Seq[java.lang.String], constr : (java.lang.String) => Test) : TestSuite

Value Details
val buf : ArrayBuffer[Test]

Method Details
def addTest(t : Test) : Unit

def run(r : TestResult) : Unit
Overrides
Test.run