org.scalatest

fixture

package fixture

Classes and traits supporting ScalaTest's "fixture" style traits, which allow you to pass fixture objects into tests.

This package is released as part of the scalatest-core module.

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. fixture
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AsyncConfigMapFixture extends AnyRef

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

  2. trait AsyncTestDataFixture extends AnyRef

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

  3. trait ConfigMapFixture extends AnyRef

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

  4. 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.

  5. trait TestDataFixture extends AnyRef

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

  6. trait UnitFixture extends AnyRef

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

  7. type AsyncFeatureSpec = FixtureAsyncFeatureSpec

    The name org.scalatest.fixture.AsyncFeatureSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.featurespec.FixtureAsyncFeatureSpec, instead.

    The name org.scalatest.fixture.AsyncFeatureSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.featurespec.FixtureAsyncFeatureSpec, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.AsyncFeatureSpec trait has been moved and renamed. Please use org.scalatest.featurespec.FixtureAsyncFeatureSpec instead.

  8. type AsyncFeatureSpecLike = FixtureAsyncFeatureSpecLike

    The name org.scalatest.fixture.AsyncFeatureSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.featurespec.FixtureAsyncFeatureSpecLike, instead.

    The name org.scalatest.fixture.AsyncFeatureSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.featurespec.FixtureAsyncFeatureSpecLike, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.AsyncFeatureSpecLike trait has been moved and renamed. Please use org.scalatest.featurespec.FixtureAsyncFeatureSpecLike instead.

  9. type AsyncFlatSpec = FixtureAsyncFlatSpec

    The name org.scalatest.fixture.AsyncFlatSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.flatspec.FixtureAsyncFlatSpec, instead.

    The name org.scalatest.fixture.AsyncFlatSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.flatspec.FixtureAsyncFlatSpec, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.AsyncFlatSpec trait has been moved and renamed. Please use org.scalatest.flatspec.FixtureAsyncFlatSpec instead.

  10. type AsyncFlatSpecLike = FixtureAsyncFlatSpecLike

    The name org.scalatest.fixture.AsyncFlatSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.flatspec.FixtureAsyncFlatSpecLike, instead.

    The name org.scalatest.fixture.AsyncFlatSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.flatspec.FixtureAsyncFlatSpecLike, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.AsyncFlatSpecLike trait has been moved and renamed. Please use org.scalatest.flatspec.FixtureAsyncFlatSpecLike instead.

  11. type AsyncFreeSpec = FixtureAsyncFreeSpec

    The name org.scalatest.fixture.AsyncFreeSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.freespec.FixtureAsyncFreeSpec, instead.

    The name org.scalatest.fixture.AsyncFreeSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.freespec.FixtureAsyncFreeSpec, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.AsyncFreeSpec trait has been moved and renamed. Please use org.scalatest.freespec.FixtureAsyncFreeSpec instead.

  12. type AsyncFreeSpecLike = FixtureAsyncFreeSpecLike

    The name org.scalatest.fixture.AsyncFreeSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.freespec.FixtureAsyncFreeSpecLike, instead.

    The name org.scalatest.fixture.AsyncFreeSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.freespec.FixtureAsyncFreeSpecLike, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.AsyncFreeSpecLike trait has been moved and renamed. Please use org.scalatest.freespec.FixtureAsyncFreeSpecLike instead.

  13. type AsyncFunSpec = FixtureAsyncFunSpec

    The name org.scalatest.fixture.AsyncFunSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funspec.FixtureAsyncFunSpec, instead.

    The name org.scalatest.fixture.AsyncFunSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funspec.FixtureAsyncFunSpec, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.AsyncFunSpec trait has been moved and renamed. Please use org.scalatest.funspec.FixtureAsyncFunSpec instead.

  14. type AsyncFunSpecLike = FixtureAsyncFunSpecLike

    The name org.scalatest.fixture.AsyncFunSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funspec.FixtureAsyncFunSpecLike, instead.

    The name org.scalatest.fixture.AsyncFunSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funspec.FixtureAsyncFunSpecLike, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.AsyncFunSpecLike trait has been moved and renamed. Please use org.scalatest.funspec.FixtureAsyncFunSpecLike instead.

  15. type AsyncFunSuite = FixtureAsyncFunSuite

    The name org.scalatest.fixture.AsyncFunSuite has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funsuite.FixtureAsyncFunSuite, instead.

    The name org.scalatest.fixture.AsyncFunSuite has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funsuite.FixtureAsyncFunSuite, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.AsyncFunSuite trait has been moved and renamed. Please use org.scalatest.funsuite.FixtureAsyncFunSuite instead.

  16. type AsyncFunSuiteLike = FixtureAsyncFunSuiteLike

    The name org.scalatest.fixture.AsyncFunSuiteLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funsuite.FixtureAsyncFunSuiteLike, instead.

    The name org.scalatest.fixture.AsyncFunSuiteLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funsuite.FixtureAsyncFunSuiteLike, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.AsyncFunSuiteLike trait has been moved and renamed. Please use org.scalatest.funsuite.FixtureAsyncFunSuiteLike instead.

  17. type AsyncWordSpec = FixtureAsyncWordSpec

    The name org.scalatest.fixture.AsyncWordSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.wordspec.FixtureAsyncWordSpec, instead.

    The name org.scalatest.fixture.AsyncWordSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.wordspec.FixtureAsyncWordSpec, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.AsyncWordSpec trait has been moved and renamed. Please use org.scalatest.wordspec.FixtureAsyncWordSpec instead.

  18. type AsyncWordSpecLike = FixtureAsyncWordSpecLike

    The name org.scalatest.fixture.AsyncWordSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.wordspec.FixtureAsyncWordSpecLike, instead.

    The name org.scalatest.fixture.AsyncWordSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.wordspec.FixtureAsyncWordSpecLike, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.AsyncWordSpecLike trait has been moved and renamed. Please use org.scalatest.wordspec.FixtureAsyncWordSpecLike instead.

  19. type FeatureSpec = FixtureAnyFeatureSpec

    The name org.scalatest.fixture.FeatureSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.featurespec.FixtureAnyFeatureSpec, instead.

    The name org.scalatest.fixture.FeatureSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.featurespec.FixtureAnyFeatureSpec, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.FeatureSpec trait has been moved and renamed. Please use org.scalatest.featurespec.FixtureAnyFeatureSpec instead.

  20. type FeatureSpecLike = FixtureAnyFeatureSpecLike

    The name org.scalatest.fixture.FeatureSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.featurespec.FixtureAnyFeatureSpecLike, instead.

    The name org.scalatest.fixture.FeatureSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.featurespec.FixtureAnyFeatureSpecLike, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.FeatureSpecLike trait has been moved and renamed. Please use org.scalatest.featurespec.FixtureAnyFeatureSpecLike instead.

  21. type FlatSpec = FixtureAnyFlatSpec

    The name org.scalatest.fixture.FlatSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.flatspec.FixtureAnyFlatSpec, instead.

    The name org.scalatest.fixture.FlatSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.flatspec.FixtureAnyFlatSpec, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.FlatSpec trait has been moved and renamed. Please use org.scalatest.flatspec.FixtureAnyFlatSpec instead.

  22. type FlatSpecLike = FixtureAnyFlatSpecLike

    The name org.scalatest.fixture.FlatSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.flatspec.FixtureAnyFlatSpecLike, instead.

    The name org.scalatest.fixture.FlatSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.flatspec.FixtureAnyFlatSpecLike, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.FlatSpecLike trait has been moved and renamed. Please use org.scalatest.flatspec.FixtureAnyFlatSpecLike instead.

  23. type FreeSpec = FixtureAnyFreeSpec

    The name org.scalatest.fixture.FreeSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.freespec.FixtureAnyFreeSpec, instead.

    The name org.scalatest.fixture.FreeSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.freespec.FixtureAnyFreeSpec, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.FreeSpec trait has been moved and renamed. Please use org.scalatest.freespec.FixtureAnyFreeSpec instead.

  24. type FreeSpecLike = FixtureAnyFreeSpecLike

    The name org.scalatest.fixture.FreeSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.freespec.FixtureAnyFreeSpecLike, instead.

    The name org.scalatest.fixture.FreeSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.freespec.FixtureAnyFreeSpecLike, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.FreeSpecLike trait has been moved and renamed. Please use org.scalatest.freespec.FixtureAnyFreeSpecLike instead.

  25. type FunSpec = FixtureAnyFunSpec

    The name org.scalatest.fixture.FunSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funspec.FixtureAnyFunSpec, instead.

    The name org.scalatest.fixture.FunSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funspec.FixtureAnyFunSpec, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.FunSpec trait has been moved and renamed. Please use org.scalatest.funspec.FixtureAnyFunSpec instead.

  26. type FunSpecLike = FixtureAnyFunSpecLike

    The name org.scalatest.fixture.FunSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funspec.FixtureAnyFunSpecLike, instead.

    The name org.scalatest.fixture.FunSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funspec.FixtureAnyFunSpecLike, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.FunSpecLike trait has been moved and renamed. Please use org.scalatest.funspec.FixtureAnyFunSpecLike instead.

  27. type FunSuite = FixtureAnyFunSuite

    The name org.scalatest.fixture.FunSuite has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funsuite.FixtureAnyFunSuite, instead.

    The name org.scalatest.fixture.FunSuite has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funsuite.FixtureAnyFunSuite, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.FunSuite trait has been moved and renamed. Please use org.scalatest.funsuite.FixtureAnyFunSuite instead.

  28. type FunSuiteLike = FixtureAnyFunSuiteLike

    The name org.scalatest.fixture.FunSuiteLikeXX has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funsuite.FixtureAnyFunSuiteLike, instead.

    The name org.scalatest.fixture.FunSuiteLikeXX has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.funsuite.FixtureAnyFunSuiteLike, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.FunSuiteLike trait has been moved and renamed. Please use org.scalatest.funsuite.FixtureAnyFunSuiteLike instead.

  29. type PropSpec = FixtureAnyPropSpec

    The name org.scalatest.fixture.PropSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.propspec.FixtureAnyPropSpec, instead.

    The name org.scalatest.fixture.PropSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.propspec.FixtureAnyPropSpec, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.PropSpec trait has been moved and renamed. Please use org.scalatest.flatspec.FixtureAnyPropSpec instead.

  30. type PropSpecLike = FixtureAnyPropSpecLike

    The name org.scalatest.fixture.PropSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.propspec.FixtureAnyPropSpecLike, instead.

    The name org.scalatest.fixture.PropSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.propspec.FixtureAnyPropSpecLike, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.PropSpecLike trait has been moved and renamed. Please use org.scalatest.flatspec.FixtureAnyPropSpecLike instead.

  31. type Suite = FixtureSuite

    The name org.scalatest.fixture.Suite has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.FixtureSuite, instead.

    The name org.scalatest.fixture.Suite has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.FixtureSuite, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.Suite trait has been moved and renamed. Please use org.scalatest.FixtureSuite instead.

  32. type TestRegistration = FixtureTestRegistration

    The name org.scalatest.fixture.TestRegistration has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.FixtureTestRegistration, instead.

    The name org.scalatest.fixture.TestRegistration has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.FixtureTestRegistration, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.TestRegistration trait has been moved and renamed. Please use org.scalatest.FixtureTestRegistration instead.

  33. type TestSuite = FixtureTestSuite

    The name org.scalatest.fixture.TestSuite has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.FixtureTestSuite, instead.

    The name org.scalatest.fixture.TestSuite has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.FixtureTestSuite, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.TestSuite trait has been moved and renamed. Please use org.scalatest.FixtureTestSuite instead.

  34. type WordSpec = FixtureAnyWordSpec

    The name org.scalatest.fixture.WordSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.wordspec.FixtureAnyWordSpec, instead.

    The name org.scalatest.fixture.WordSpec has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.wordspec.FixtureAnyWordSpec, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.WordSpec trait has been moved and renamed. Please use org.scalatest.wordspec.FixtureAnyWordSpec instead.

  35. type WordSpecLike = FixtureAnyWordSpecLike

    The name org.scalatest.fixture.WordSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.wordspec.FixtureAnyWordSpecLike, instead.

    The name org.scalatest.fixture.WordSpecLike has been deprecated and will be removed in a future version of ScalaTest. Please use its new name, org.scalatest.wordspec.FixtureAnyWordSpecLike, instead.

    This type has been renamed to support future modularization of ScalaTest.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The org.scalatest.fixture.WordSpecLike trait has been moved and renamed. Please use org.scalatest.wordspec.FixtureAnyWordSpecLike instead.

Inherited from AnyRef

Inherited from Any

Ungrouped