Packages

p

org.scalatra.test

scalatest

package scalatest

Type Members

  1. trait ScalatraFeatureSpec extends AnyFeatureSpecLike with ScalatraSuite

    Convenience trait to add Scalatra test support to FeatureSpec.

  2. trait ScalatraFlatSpec extends AnyFlatSpecLike with ScalatraSuite

    Convenience trait to add Scalatra test support to FlatSpec.

  3. trait ScalatraFreeSpec extends AnyFreeSpecLike with ScalatraSuite

    Convenience trait to add Scalatra test support to FreeSpec.

  4. trait ScalatraFunSuite extends AnyFunSuite with ScalatraSuite

    Convenience trait to add Scalatra test support to FunSuite.

  5. trait ScalatraJUnit3Suite extends JUnit3Suite with ScalatraSuite

    Convenience trait to add Scalatra test support to JUnit3Suite.

  6. trait ScalatraJUnitSuite extends JUnitSuite with ScalatraSuite

    Convenience trait to add Scalatra test support to JUnitSuite.

  7. trait ScalatraSpec extends AnyFunSpecLike with ScalatraSuite

    Convenience trait to add Scalatra test support to Spec.

  8. trait ScalatraSuite extends Suite with ScalatraTests with BeforeAndAfterAll with Matchers
    Annotations
    @RunWith()
  9. trait ScalatraWordSpec extends AnyWordSpecLike with ScalatraSuite

    Convenience trait to add Scalatra test support to WordSpec.

Ungrouped