Packages

package specs2

Type Members

  1. trait BaseScalatraSpec extends BeforeAfterAll with ScalatraTests

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

    A base specification structure that starts the tester before the specification and stops it afterward. Clients probably want to extend ScalatraSpec or MutableScalatraSpec.

  2. trait MutableScalatraSpec extends SpecificationLike with BaseScalatraSpec

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

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

    This is a spec of the mutable variation of the specs2 framework. All documentation for specs2 still applies.

  3. trait ScalatraSpec extends SpecificationLike with BaseScalatraSpec

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

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

    This is a spec of the immutable variation of the specs2 framework. All documentation for specs2 still applies.

Ungrouped