in scala/testing/SUnit
class TestSuite

class TestSuite(tests: Test*)
extends Test
with ScalaObject

a TestSuite runs a composite of test cases

Field Summary
  val buf: ArrayBuffer[Test]

Method Summary
  def addTest(t: Test): Unit
  def run(r: TestResult): Unit

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/ScalaObject-class
getScalaType

Field Detail

buf

  val buf: ArrayBuffer[Test]
Method Detail

addTest

  def addTest(t: Test): Unit

run

  def run(r: TestResult): Unit