Class Summary | |
trait
|
ConfigMapFixture
extends AnyRef
Trait that when mixed into a
FixtureSuite ensures the
configMap passed to runTest is passed along
as a fixture into each test. |
trait
|
FixtureFeatureSpec
extends FixtureSuite
A sister trait to
org.scalatest.FeatureSpec that can pass a fixture object into its tests. |
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. |
trait
|
FixtureFunSuite
extends FixtureSuite
A sister trait to
org.scalatest.FunSuite that can pass a fixture object into its tests. |
trait
|
FixtureSpec
extends FixtureSuite
A sister trait to
org.scalatest.Spec , which passes a fixture object into each test. |
trait
|
FixtureSuite
extends Suite
Suite that can pass a fixture object into its tests. |
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. |
trait
|
MultipleFixtureFeatureSpec
extends FixtureFeatureSpec with ConfigMapFixture
A sister trait to
org.scalatest.FeatureSpec that can pass multiple types of fixture objects into its tests. |
trait
|
MultipleFixtureFlatSpec
extends FixtureFlatSpec with ConfigMapFixture
A sister trait to
org.scalatest.FlatSpec that can pass multiple types of fixture objects into its tests. |
trait
|
MultipleFixtureFunSuite
extends FixtureFunSuite with ConfigMapFixture
A sister trait to
org.scalatest.FunSuite that can pass multiple types of fixture objects into its tests. |
trait
|
MultipleFixtureSpec
extends FixtureSpec with ConfigMapFixture
A sister trait to
org.scalatest.Spec that can pass multiple types of fixture objects into its tests. |
trait
|
MultipleFixtureWordSpec
extends FixtureWordSpec with ConfigMapFixture
A sister trait to
org.scalatest.WordSpec that can pass multiple types of fixture objects into its tests. |