org.specs2.mutable.SpecificationWithJUnit.scala Maven / Gradle / Ivy
The newest version!
package org.specs2
package mutable
import org.junit.runner._
import runner._
/**
* This class must be inherited to allow a Specification to be executed as a JUnit test
*/
@RunWith(classOf[JUnitRunner])
abstract class SpecificationWithJUnit extends Specification
@RunWith(classOf[JUnitRunner])
abstract class SpecWithJUnit extends Spec
© 2015 - 2025 Weber Informatics LLC | Privacy Policy