|
|
Scala 2.2.0.9153
|
class
TestSuite
extends
java.lang.Object with
SUnit.this.Test with
scala.ScalaObjectTestSuite runs a composite of test cases.| Constructor Summary | |
def
this
(names: scala.Seq[java.lang.String], constr: scala.Function1[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
|
|
| Constructor Detail |
def
this
(names: scala.Seq[java.lang.String], constr: scala.Function1[java.lang.String, SUnit.this.Test])
def
this
(tests: SUnit.this.Test*)
| Val Detail |
val
buf
: scala.collection.mutable.ArrayBuffer[SUnit.this.Test]
| Def Detail |
def
addTest
(t: SUnit.this.Test): scala.Unit
def
run
(r: SUnit.this.TestResult): scala.Unit