rlegendi / specs2-runner

Specs2 extension for the ScalaTest plug-in for ScalaIDE
http://rlegendi.github.com/specs2-runner/
Other
4 stars 1 forks source link

Wait for the JAbstractSuite implementation #9

Open rlegendi opened 12 years ago

rlegendi commented 12 years ago

Eric and Bill are going to define an interface in Java (like the Framework API for Sbt 0.13) in order to avoid any binary compatibility issues that will make it possible for ScalaTest to recognize mutable and immutable Specifications as runnable suites.

If we have such a library, I can utilize all features of the ScalaTest plugin without any requred modification, just a new Runner implementation is required.

(Note to self: Details in the personal mails.)