All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.specs2.SpecificationWithJUnit.scala Maven / Gradle / Ivy

package org.specs2

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy