Trait that when mixed into a fixture.Suite
ensures theconfigMap
passed to runTest
is passed along
as a fixture into each test.
A sister trait to org.scalatest.FeatureSpec
that can pass a fixture object into its tests.
FixtureFeatureSpec has been deprecated and will be removed in a future release of ScalaTest.
FixtureFlatSpec has been deprecated and will be removed in a future release of ScalaTest.
FixtureFreeSpec has been deprecated and will be removed in a future release of ScalaTest.
FixtureFunSuite has been deprecated and will be removed in a future release of ScalaTest.
FixturePropSpec has been deprecated and will be removed in a future release of ScalaTest.
FixtureSpec has been deprecated and will be removed in a future release of ScalaTest.
FixtureSuite has been deprecated and will be removed in a future release of ScalaTest.
FixtureWordSpec has been deprecated and will be removed in a future release of ScalaTest.
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.
MultipleFixtureFeatureSpec has been deprecated and will be removed in a future version of ScalaTest.
MultipleFixtureFlatSpec has been deprecated and will be removed in a future version of ScalaTest.
MultipleFixtureFreeSpec has been deprecated and will be removed in a future version of ScalaTest.
MultipleFixtureFunSuite has been deprecated and will be removed in a future version of ScalaTest.
MultipleFixturePropSpec has been deprecated and will be removed in a future version of ScalaTest.
MultipleFixtureSpec has been deprecated and will be removed in a future version of ScalaTest.
MultipleFixtureWordSpec has been deprecated and will be removed in a future version of ScalaTest.
A sister trait to org.scalatest.PropSpec
that can pass a fixture object into its tests.
Suite
that can pass a fixture object into its tests.
A sister trait to org.scalatest.WordSpec
that can pass a fixture object into its tests.