org.scalatra.test

specs2

package specs2

Visibility
  1. Public
  2. All

Type Members

  1. trait BaseScalatraSpec extends SpecificationStructure with FragmentsBuilder with ScalatraTests

    A base specification structure that starts the tester before the specification and stops it afterward.

  2. trait MutableScalatraSpec extends SpecificationLike with BaseScalatraSpec

    A Specification that starts the tester before the specification and stops it afterward.

  3. trait ScalatraSpec extends SpecificationLike with BaseScalatraSpec

    A Specification that starts the tester before the specification and stops it afterward.

Ungrouped