Trait that when mixed into a fixture.Suite
passes
the config map passed to runTest
as a fixture into each test.
A sister class to org.scalatest.FeatureSpec
that can pass a fixture object into its tests.
Implementation trait for class fixture.FeatureSpec
, which is
a sister class to org.scalatest.FeatureSpec
that can pass a
fixture object into its tests.
A sister class to org.scalatest.FlatSpec
that can pass a fixture object into its tests.
Implementation trait for class fixture.FlatSpec
, which is
a sister class to org.scalatest.FlatSpec
that can pass a
fixture object into its tests.
A sister class to org.scalatest.FreeSpec
that can pass a fixture object into its tests.
Implementation trait for class fixture.FreeSpec
, which is
a sister class to org.scalatest.FreeSpec
that can pass a
fixture object into its tests.
A sister class to org.scalatest.FunSpec
that can pass a fixture object into its tests.
Implementation trait for class fixture.FunSpec
, which is
a sister class to org.scalatest.FunSpec
that can pass a
fixture object into its tests.
A sister class to org.scalatest.FunSuite
that can pass a fixture object into its tests.
Implementation trait for class fixture.FunSuite
, which is
a sister class to org.scalatest.FunSuite
that can pass a
fixture object into its tests.
A function that takes no parameters (i.e., a Function0
or "no-arg" function) and results in Unit
, which when
invoked executes the body of the constructor of the class into which this trait is mixed.
A sister class to org.scalatest.PropSpec
that can pass a fixture object into its tests.
Implementation trait for class fixture.PropSpec
, which is
a sister class to org.scalatest.PropSpec
that can pass a
fixture object into its tests.
A sister class to org.scalatest.Spec
that can pass a fixture object into its tests.
Implementation trait for class fixture.Spec
, which is
a sister class 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.
Trait that when mixed into a fixture.Suite
passes the
TestData
passed to withFixture
as a fixture into each test.
Trait that when mixed into a fixture.Suite
passes
the unit value as a fixture into each test.
A sister class to org.scalatest.WordSpec
that can pass a fixture object into its tests.
Implementation trait for class fixture.WordSpec
, which is
a sister class to org.scalatest.WordSpec
that can pass a
fixture object into its tests.