package specs2
Type Members
-
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.
-
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.
-
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.