scala.testing.SUnit

trait Test

[source: scala/testing/SUnit.scala]

trait Test
extends AnyRef
a Test can be run with its result being collected
Direct Known Subclasses:
SUnit.TestCase, SUnit.TestSuite

Method Summary
abstract 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
Method Details
abstract def run(r : TestResult) : Unit