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. trait FeatureSpec extends Suite

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

  3. trait FlatSpec extends Suite with ShouldVerb with MustVerb with CanVerb

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

  4. trait FreeSpec extends Suite

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

  5. trait FunSpec extends Suite

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

  6. trait FunSuite extends Suite

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

  7. trait PropSpec extends Suite

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

  8. trait Suite extends Suite

    Suite that can pass a fixture object into its tests.

  9. trait WordSpec extends Suite with ShouldVerb with MustVerb with CanVerb

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

  10. 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.

  11. 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.

  12. 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.

  13. 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.

  14. 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.

  15. 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.

  16. 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.

  17. 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.

  18. trait MultipleFixtureFeatureSpec extends FixtureFeatureSpec with ConfigMapFixture

    MultipleFixtureFeatureSpec has been deprecated and will be removed in a future version of ScalaTest. Please use FixtureFeatureSpec with ConfigMapFixture instead.

  19. trait MultipleFixtureFlatSpec extends FixtureFlatSpec with ConfigMapFixture

    MultipleFixtureFlatSpec has been deprecated and will be removed in a future version of ScalaTest. Please use FixtureFlatSpec with ConfigMapFixture instead.

  20. trait MultipleFixtureFreeSpec extends FixtureFreeSpec with ConfigMapFixture

    MultipleFixtureFreeSpec has been deprecated and will be removed in a future version of ScalaTest. Please use FixtureFreeSpec with ConfigMapFixture instead.

  21. trait MultipleFixtureFunSuite extends FixtureFunSuite with ConfigMapFixture

    MultipleFixtureFunSuite has been deprecated and will be removed in a future version of ScalaTest. Please use FixtureFunSuite with ConfigMapFixture instead.

  22. trait MultipleFixturePropSpec extends FixturePropSpec with ConfigMapFixture

    MultipleFixturePropSpec has been deprecated and will be removed in a future version of ScalaTest. Please use FixturePropSpec with ConfigMapFixture instead.

  23. trait MultipleFixtureSpec extends FixtureSpec with ConfigMapFixture

    MultipleFixtureSpec has been deprecated and will be removed in a future version of ScalaTest. Please use FixtureSpec with ConfigMapFixture instead.

  24. trait MultipleFixtureWordSpec extends FixtureWordSpec with ConfigMapFixture

    MultipleFixtureWordSpec has been deprecated and will be removed in a future version of ScalaTest. Please use FixtureWordSpec with ConfigMapFixture instead.