org.scalatest

fixture

package fixture

Visibility
  1. Public
  2. All

Type Members

  1. trait ConfigMapFixture extends AnyRef

    Trait that when mixed into a fixture.Suite ensures the configMap passed to runTest is passed along as a fixture into each test.

  2. abstract class FeatureSpec extends FeatureSpecLike

    A sister class to org.scalatest.FeatureSpec that can pass a fixture object into its tests.

  3. trait FeatureSpecLike extends Suite

    Implementation trait for class fixture.FeatureSpec, which is a sister class to org.scalatest.FeatureSpec that can pass a fixture object into its tests.

  4. abstract class FlatSpec extends FlatSpecLike

    A sister class to org.scalatest.FlatSpec that can pass a fixture object into its tests.

  5. trait FlatSpecLike extends Suite with ShouldVerb with MustVerb with CanVerb

    Implementation trait for class fixture.FlatSpec, which is a sister class to org.scalatest.FlatSpec that can pass a fixture object into its tests.

  6. abstract class FreeSpec extends FreeSpecLike

    A sister class to org.scalatest.FreeSpec that can pass a fixture object into its tests.

  7. trait FreeSpecLike extends Suite

    Implementation trait for class fixture.FreeSpec, which is a sister class to org.scalatest.FreeSpec that can pass a fixture object into its tests.

  8. abstract class FunSpec extends FunSpecLike

    A sister class to org.scalatest.FunSpec that can pass a fixture object into its tests.

  9. trait FunSpecLike extends Suite

    Implementation trait for class fixture.FunSpec, which is a sister class to org.scalatest.FunSpec that can pass a fixture object into its tests.

  10. abstract class FunSuite extends FunSuiteLike

    A sister class to org.scalatest.FunSuite that can pass a fixture object into its tests.

  11. trait FunSuiteLike extends Suite

    Implementation trait for class fixture.FunSuite, which is a sister class to org.scalatest.FunSuite that can pass a fixture object into its tests.

  12. abstract class PropSpec extends PropSpecLike

    A sister class to org.scalatest.PropSpec that can pass a fixture object into its tests.

  13. trait PropSpecLike extends Suite

    Implementation trait for class fixture.PropSpec, which is a sister class to org.scalatest.PropSpec that can pass a fixture object into its tests.

  14. trait Suite extends scalatest.Suite

    Suite that can pass a fixture object into its tests.

  15. abstract class WordSpec extends WordSpecLike

    A sister class to org.scalatest.WordSpec that can pass a fixture object into its tests.

  16. trait WordSpecLike extends Suite with ShouldVerb with MustVerb with CanVerb

    Implementation trait for class fixture.WordSpec, which is a sister class to org.scalatest.WordSpec that can pass a fixture object into its tests.

  17. trait FixtureFeatureSpec extends FeatureSpec

    FixtureFeatureSpec has been deprecated and will be removed in a future release of ScalaTest. Please change any uses of org.scalatest.fixture.FixtureFeatureSpec to a corresponding use of org.scalatest.fixture.FeatureSpec.

  18. trait FixtureFlatSpec extends FlatSpec

    FixtureFlatSpec has been deprecated and will be removed in a future release of ScalaTest. Please change any uses of org.scalatest.fixture.FixtureFlatSpec to a corresponding use of org.scalatest.fixture.FlatSpec.

  19. trait FixtureFreeSpec extends FreeSpec

    FixtureFreeSpec has been deprecated and will be removed in a future release of ScalaTest. Please change any uses of org.scalatest.fixture.FixtureFreeSpec to a corresponding use of org.scalatest.fixture.FreeSpec.

  20. trait FixtureFunSuite extends FunSuite

    FixtureFunSuite has been deprecated and will be removed in a future release of ScalaTest. Please change any uses of org.scalatest.fixture.FixtureFunSuite to a corresponding use of org.scalatest.fixture.FunSuite.

  21. trait FixturePropSpec extends PropSpec

    FixturePropSpec has been deprecated and will be removed in a future release of ScalaTest. Please change any uses of org.scalatest.fixture.FixturePropSpec to a corresponding use of org.scalatest.fixture.PropSpec.

  22. trait FixtureSpec extends FunSpec

    FixtureSpec has been deprecated and will be removed in a future release of ScalaTest. Please change any uses of org.scalatest.fixture.FixtureSpec to a corresponding use of org.scalatest.fixture.FunSpec.

  23. trait FixtureSuite extends Suite

    FixtureSuite has been deprecated and will be removed in a future release of ScalaTest. Please change any uses of org.scalatest.fixture.FixtureSuite to a corresponding use of org.scalatest.fixture.Suite.

  24. trait FixtureWordSpec extends WordSpec with ShouldVerb with MustVerb with CanVerb

    FixtureWordSpec has been deprecated and will be removed in a future release of ScalaTest. Please change any uses of org.scalatest.fixture.FixtureWordSpec to a corresponding use of org.scalatest.fixture.WordSpec.

Ungrouped