in scala.testing.SUnit
class TestSuite

class TestSuite
extends java.lang.Object
with Test
with ScalaObject
a TestSuite runs a composite of test cases

Constructor Summary
def this ( names : Seq , constr : Function1 )

def this ( tests : scala.<repeated> )



Def Summary
def addTest ( t : Test ) : scala.Unit

def run ( r : TestResult ) : scala.Unit



Constructor Detail
def this ( names : Seq , constr : Function1 )

def this ( tests : scala.<repeated> )

Def Detail
def addTest ( t : Test ) : scala.Unit

def run ( r : TestResult ) : scala.Unit