Package

org.scalatra.test

scalatest

Permalink

package scalatest

Visibility
  1. Public
  2. All

Type Members

  1. trait ScalatraFeatureSpec extends FeatureSpec with ScalatraSuite

    Permalink

    Convenience trait to add Scalatra test support to FeatureSpec.

  2. trait ScalatraFlatSpec extends FlatSpec with ScalatraSuite

    Permalink

    Convenience trait to add Scalatra test support to FlatSpec.

  3. trait ScalatraFreeSpec extends FreeSpec with ScalatraSuite

    Permalink

    Convenience trait to add Scalatra test support to FreeSpec.

  4. trait ScalatraFunSuite extends FunSuite with ScalatraSuite

    Permalink

    Convenience trait to add Scalatra test support to FunSuite.

  5. trait ScalatraJUnit3Suite extends JUnit3Suite with ScalatraSuite

    Permalink

    Convenience trait to add Scalatra test support to JUnit3Suite.

  6. trait ScalatraJUnitSuite extends JUnitSuite with ScalatraSuite

    Permalink

    Convenience trait to add Scalatra test support to JUnitSuite.

  7. trait ScalatraSpec extends FunSpec with ScalatraSuite

    Permalink

    Convenience trait to add Scalatra test support to Spec.

  8. trait ScalatraSuite extends Suite with ScalatraTests with BeforeAndAfterAll with Matchers

    Permalink
    Annotations
    @RunWith()
  9. trait ScalatraTestNGSuite extends TestNGSuite with ScalatraSuite

    Permalink

    Convenience trait to add Scalatra test support to TestNGSuite.

  10. trait ScalatraWordSpec extends WordSpec with ScalatraSuite

    Permalink

    Convenience trait to add Scalatra test support to WordSpec.

Ungrouped