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

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

There is a newer version: 4.10.6
Show 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 - 2024 Weber Informatics LLC | Privacy Policy