org.scalatest

fixture

package fixture

Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Type Members

  1. trait ConfigMapFixture extends AnyRef

    Trait that when mixed into a fixture.Suite ensures theconfigMap 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 FixtureFeatureSpec extends FeatureSpec

    FixtureFeatureSpec has been deprecated and will be removed in a future release of ScalaTest.

  4. trait FixtureFlatSpec extends FlatSpec

    FixtureFlatSpec has been deprecated and will be removed in a future release of ScalaTest.

  5. trait FixtureFreeSpec extends FreeSpec

    FixtureFreeSpec has been deprecated and will be removed in a future release of ScalaTest.

  6. trait FixtureFunSuite extends FunSuite

    FixtureFunSuite has been deprecated and will be removed in a future release of ScalaTest.

  7. trait FixturePropSpec extends PropSpec

    FixturePropSpec has been deprecated and will be removed in a future release of ScalaTest.

  8. trait FixtureSpec extends FunSpec

    FixtureSpec has been deprecated and will be removed in a future release of ScalaTest.

  9. trait FixtureSuite extends Suite

    FixtureSuite has been deprecated and will be removed in a future release of ScalaTest.

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

    FixtureWordSpec has been deprecated and will be removed in a future release of ScalaTest.

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

  12. trait FreeSpec extends Suite

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

  13. trait FunSpec extends Suite

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

  14. trait FunSuite extends Suite

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

  15. trait MultipleFixtureFeatureSpec extends FixtureFeatureSpec with ConfigMapFixture

    MultipleFixtureFeatureSpec has been deprecated and will be removed in a future version of ScalaTest.

  16. trait MultipleFixtureFlatSpec extends FixtureFlatSpec with ConfigMapFixture

    MultipleFixtureFlatSpec has been deprecated and will be removed in a future version of ScalaTest.

  17. trait MultipleFixtureFreeSpec extends FixtureFreeSpec with ConfigMapFixture

    MultipleFixtureFreeSpec has been deprecated and will be removed in a future version of ScalaTest.

  18. trait MultipleFixtureFunSuite extends FixtureFunSuite with ConfigMapFixture

    MultipleFixtureFunSuite has been deprecated and will be removed in a future version of ScalaTest.

  19. trait MultipleFixturePropSpec extends FixturePropSpec with ConfigMapFixture

    MultipleFixturePropSpec has been deprecated and will be removed in a future version of ScalaTest.

  20. trait MultipleFixtureSpec extends FixtureSpec with ConfigMapFixture

    MultipleFixtureSpec has been deprecated and will be removed in a future version of ScalaTest.

  21. trait MultipleFixtureWordSpec extends FixtureWordSpec with ConfigMapFixture

    MultipleFixtureWordSpec has been deprecated and will be removed in a future version of ScalaTest.

  22. trait PropSpec extends Suite

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

  23. trait Suite extends Suite

    Suite that can pass a fixture object into its tests.

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