|
Scala 2.2.0.9278
|
class
TestSuite
extends
java.lang.Object
with
SUnit.this.Test
with
scala.ScalaObject
TestSuite
runs a composite of test cases.Constructor Summary | |
def
this
(names: scala.Seq[java.lang.String], constr: (java.lang.String) => SUnit.this.Test)
|
|
def
this
(tests: SUnit.this.Test*)
|
Val Summary | |
val
buf
: scala.collection.mutable.ArrayBuffer[SUnit.this.Test]
|
Def Summary | |
def
addTest
(t: SUnit.this.Test)
: scala.Unit
|
|
def
run
(r: SUnit.this.TestResult)
: scala.Unit
|
Def inherited from SUnit.this.Test | |
run |
Constructor Detail |
def
this
(names: scala.Seq[java.lang.String], constr: (java.lang.String) => SUnit.this.Test)
def
this
(tests: SUnit.this.Test*)
Val Detail |
Def Detail |