org.scalatest

fixture

package fixture

Visibility
  1. Public
  2. All

Type Members

  1. trait ClassicTests extends TestRegistration

    Trait for classic tests that returns Any from test.

  2. trait ConfigMapFixture extends AnyRef

    Trait that when mixed into a fixture.Suite passes the config map passed to runTest as a fixture into each test.

  3. abstract class FeatureSpec extends FeatureSpecLike

    A sister class to org.scalatest.FeatureSpec that can pass a fixture object into its tests.

  4. trait FeatureSpecLike extends FeatureSpecRegistration with ClassicTests

  5. trait FeatureSpecRegistration extends Suite with Informing with Notifying with Alerting with Documenting

    Implementation trait for class fixture.FeatureSpec, which is a sister class to org.scalatest.FeatureSpec that can pass a fixture object into its tests.

  6. abstract class FlatSpec extends FlatSpecLike

    A sister class to org.scalatest.FlatSpec that can pass a fixture object into its tests.

  7. trait FlatSpecLike extends FlatSpecRegistration with ClassicTests

  8. trait FlatSpecRegistration extends Suite with TestRegistration with ShouldVerb with MustVerb with CanVerb with Informing with Notifying with Alerting with Documenting

    Implementation trait for class fixture.FlatSpec, which is a sister class to org.scalatest.FlatSpec that can pass a fixture object into its tests.

  9. abstract class FreeSpec extends FreeSpecLike

    A sister class to org.scalatest.FreeSpec that can pass a fixture object into its tests.

  10. trait FreeSpecLike extends FreeSpecRegistration with ClassicTests

  11. trait FreeSpecRegistration extends Suite with TestRegistration with Informing with Notifying with Alerting with Documenting

    Implementation trait for class fixture.FreeSpec, which is a sister class to org.scalatest.FreeSpec that can pass a fixture object into its tests.

  12. abstract class FunSpec extends FunSpecLike

    A sister class to org.scalatest.FunSpec that can pass a fixture object into its tests.

  13. trait FunSpecLike extends FunSpecRegistration with ClassicTests

  14. trait FunSpecRegistration extends Suite with TestRegistration with Informing with Notifying with Alerting with Documenting

    Implementation trait for class fixture.FunSpec, which is a sister class to org.scalatest.FunSpec that can pass a fixture object into its tests.

  15. abstract class FunSuite extends FunSuiteLike

    A sister class to org.scalatest.FunSuite that can pass a fixture object into its tests.

  16. trait FunSuiteLike extends FunSuiteRegistration with ClassicTests

  17. trait FunSuiteRegistration extends Suite with TestRegistration with Informing with Notifying with Alerting with Documenting

    Implementation trait for class fixture.FunSuite, which is a sister class to org.scalatest.FunSuite that can pass a fixture object into its tests.

  18. trait NoArg extends DelayedInit with () ⇒ Unit

    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.

  19. abstract class PropSpec extends PropSpecLike

    A sister class to org.scalatest.PropSpec that can pass a fixture object into its tests.

  20. trait PropSpecLike extends PropSpecRegistration with ClassicTests

  21. trait PropSpecRegistration extends Suite with TestRegistration with Informing with Notifying with Alerting with Documenting

    Implementation trait for class fixture.PropSpec, which is a sister class to org.scalatest.PropSpec that can pass a fixture object into its tests.

  22. abstract class Spec extends SpecLike

    A sister class to org.scalatest.Spec that can pass a fixture object into its tests.

  23. trait SpecLike extends Suite with Informing with Notifying with Alerting with Documenting

    Implementation trait for class fixture.Spec, which is a sister class to org.scalatest.Spec that can pass a fixture object into its tests.

  24. trait Suite extends scalatest.Suite

    Base trait for a family of style traits that can pass a fixture object into tests.

  25. trait TestDataFixture extends AnyRef

    Trait that when mixed into a fixture.Suite passes the TestData passed to withFixture as a fixture into each test.

  26. trait TestRegistration extends AnyRef

  27. trait UnitFixture extends AnyRef

    Trait that when mixed into a fixture.Suite passes the unit value as a fixture into each test.

  28. abstract class WordSpec extends WordSpecLike

    A sister class to org.scalatest.WordSpec that can pass a fixture object into its tests.

  29. trait WordSpecLike extends WordSpecRegistration with ClassicTests

  30. trait WordSpecRegistration extends Suite with TestRegistration with ShouldVerb with MustVerb with CanVerb with Informing with Notifying with Alerting with Documenting

    Implementation trait for class fixture.WordSpec, which is a sister class to org.scalatest.WordSpec that can pass a fixture object into its tests.

Ungrouped