package scalatest
Type Members
- trait ScalatraFeatureSpec extends AnyFeatureSpecLike with ScalatraSuite
Convenience trait to add Scalatra test support to FeatureSpec.
- trait ScalatraFlatSpec extends AnyFlatSpecLike with ScalatraSuite
Convenience trait to add Scalatra test support to FlatSpec.
- trait ScalatraFreeSpec extends AnyFreeSpecLike with ScalatraSuite
Convenience trait to add Scalatra test support to FreeSpec.
- trait ScalatraFunSuite extends AnyFunSuite with ScalatraSuite
Convenience trait to add Scalatra test support to FunSuite.
- trait ScalatraJUnit3Suite extends JUnit3Suite with ScalatraSuite
Convenience trait to add Scalatra test support to JUnit3Suite.
- trait ScalatraJUnitSuite extends JUnitSuite with ScalatraSuite
Convenience trait to add Scalatra test support to JUnitSuite.
- trait ScalatraSpec extends AnyFunSpecLike with ScalatraSuite
Convenience trait to add Scalatra test support to Spec.
- trait ScalatraSuite extends Suite with ScalatraTests with BeforeAndAfterAll with Matchers
- Annotations
- @RunWith()
- trait ScalatraWordSpec extends AnyWordSpecLike with ScalatraSuite
Convenience trait to add Scalatra test support to WordSpec.