Skip to content

Instantly share code, notes, and snippets.

@freekh
Created February 27, 2012 21:57
Show Gist options
  • Save freekh/1927367 to your computer and use it in GitHub Desktop.
Save freekh/1927367 to your computer and use it in GitHub Desktop.
JUnitRunner for Eclipse
import org.junit.runner.RunWith
import org.specs2.mutable.Specification
import org.specs2.runner.JUnitRunner
@RunWith(classOf[JUnitRunner])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment