/test-interface

Uniform test interface to Scala test frameworks (specs, ScalaCheck, ScalaTest)

Primary LanguageJavaOtherNOASSERTION

To build, run 'sbt package'

For test framework authors, the interfaces to implement are:
 * Framework
 * Runner2
 * Fingerprint (one of SubclassFingerprint or AnnotatedFingerprint)

For test framework clients, Logger and EventHandler must be implemented.