Trait that when mixed into a FixtureSuite
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.
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.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
, which passes a fixture object into each test.
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.
A sister trait to org.scalatest.FeatureSpec
that can pass multiple types of fixture objects into its tests.
A sister trait to org.scalatest.FlatSpec
that can pass multiple types of fixture objects into its tests.
A sister trait to org.scalatest.FreeSpec
that can pass multiple types of fixture objects into its tests.
A sister trait to org.scalatest.FunSuite
that can pass multiple types of fixture objects into its tests.
A sister trait to org.scalatest.PropSpec
that can pass multiple types of fixture objects into its tests.
A sister trait to org.scalatest.Spec
that can pass multiple types of fixture objects into its tests.
A sister trait to org.scalatest.WordSpec
that can pass multiple types of fixture objects into its tests.