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 FixtureSuite ensures theconfigMap passed to runTest is passed along as a fixture into each test.

  2. trait FixtureFeatureSpec extends FixtureSuite

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

  3. trait FixtureFlatSpec extends FixtureSuite with ShouldVerb with MustVerb with CanVerb

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

  4. trait FixtureFreeSpec extends FixtureSuite

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

  5. trait FixtureFunSuite extends FixtureSuite

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

  6. trait FixturePropSpec extends FixtureSuite

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

  7. trait FixtureSpec extends FixtureSuite

    A sister trait to org.scalatest.Spec, which passes a fixture object into each test.

  8. trait FixtureSuite extends Suite

    Suite that can pass a fixture object into its tests.

  9. trait FixtureWordSpec extends FixtureSuite with ShouldVerb with MustVerb with CanVerb

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

  10. trait MultipleFixtureFeatureSpec extends FixtureFeatureSpec with ConfigMapFixture

    A sister trait to org.scalatest.FeatureSpec that can pass multiple types of fixture objects into its tests.

  11. trait MultipleFixtureFlatSpec extends FixtureFlatSpec with ConfigMapFixture

    A sister trait to org.scalatest.FlatSpec that can pass multiple types of fixture objects into its tests.

  12. trait MultipleFixtureFreeSpec extends FixtureFreeSpec with ConfigMapFixture

    A sister trait to org.scalatest.FreeSpec that can pass multiple types of fixture objects into its tests.

  13. trait MultipleFixtureFunSuite extends FixtureFunSuite with ConfigMapFixture

    A sister trait to org.scalatest.FunSuite that can pass multiple types of fixture objects into its tests.

  14. trait MultipleFixturePropSpec extends FixturePropSpec with ConfigMapFixture

    A sister trait to org.scalatest.PropSpec that can pass multiple types of fixture objects into its tests.

  15. trait MultipleFixtureSpec extends FixtureSpec with ConfigMapFixture

    A sister trait to org.scalatest.Spec that can pass multiple types of fixture objects into its tests.

  16. trait MultipleFixtureWordSpec extends FixtureWordSpec with ConfigMapFixture

    A sister trait to org.scalatest.WordSpec that can pass multiple types of fixture objects into its tests.