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

org.scalatra.test.specs.ScalatraSpecification.scala Maven / Gradle / Ivy

The newest version!
package org.scalatra.test.specs

import org.scalatra.test.ScalatraTests
import org.specs._

/**
 * A Specification that starts the tester before the specification and stops it afterward.
 */
trait ScalatraSpecification extends Specification with ScalatraTests {
  doBeforeSpec { start() }
  doAfterSpec { stop() }

  shareVariables()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy