Trait that when mixed into a fixture.Suite passes
the config map passed to runTest as a fixture into each test.
A sister trait to org.scalatest.FeatureSpec that can pass a fixture object into its tests.
A sister trait to org.scalatest.FlatSpec that can pass a fixture object into its tests.
A sister trait to org.scalatest.FreeSpec that can pass a fixture object into its tests.
A sister trait to org.scalatest.FunSpec that can pass a fixture object into its tests.
A sister trait to org.scalatest.FunSuite that can pass a fixture object into its tests.
A sister trait to org.scalatest.PropSpec that can pass a fixture object into its tests.
A sister trait to org.scalatest.Spec that can pass a fixture object into its tests.
Base trait for a family of style traits that can pass a fixture object into tests.
A sister trait to org.scalatest.WordSpec that can pass a fixture object into its tests.
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.
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.
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.
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.
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.
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.
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.
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.