in scala
package testing

package testing

Object Summary
  object SUnit
     unit testing methods in the spirit of JUnit framework.
  object UnitTest
     some simple methods to support unit testing with assertions to contain more JUnit style assertions which use Scala's features.

Trait Summary
  trait Benchmark()
     Benchmark can be used to quickly turn an existing class into a benchmark.