org.scalatest

fixture

package fixture

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AsyncFeatureSpec extends AsyncFeatureSpecLike

  2. trait AsyncFeatureSpecLike extends FeatureSpecRegistration with AsyncTests with OneInstancePerTest

  3. trait AsyncFixtures extends SuiteMixin

  4. abstract class AsyncFlatSpec extends AsyncFlatSpecLike

  5. trait AsyncFlatSpecLike extends FlatSpecRegistration with AsyncTests with OneInstancePerTest

  6. abstract class AsyncFreeSpec extends AsyncFreeSpecLike

  7. trait AsyncFreeSpecLike extends FreeSpecRegistration with AsyncTests with OneInstancePerTest

  8. abstract class AsyncFunSpec extends AsyncFunSpecLike

  9. trait AsyncFunSpecLike extends FunSpecRegistration with AsyncTests with OneInstancePerTest

  10. abstract class AsyncFunSuite extends AsyncFunSuiteLike

  11. trait AsyncFunSuiteLike extends FunSuiteRegistration with AsyncTests with OneInstancePerTest

  12. abstract class AsyncPropSpec extends AsyncPropSpecLike

  13. trait AsyncPropSpecLike extends PropSpecRegistration with AsyncTests with OneInstancePerTest

  14. trait AsyncTests extends SuiteMixin with AsyncFixtures

  15. abstract class AsyncWordSpec extends AsyncWordSpecLike

  16. trait AsyncWordSpecLike extends WordSpecRegistration with AsyncTests with OneInstancePerTest

  17. trait ClassicTests extends TestRegistration

    Trait for classic tests that returns Any from test.

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

  19. abstract class FeatureSpec extends FeatureSpecLike

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

  20. trait FeatureSpecLike extends FeatureSpecRegistration with ClassicTests

  21. trait FeatureSpecRegistration extends Suite with TestRegistration 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.

  22. abstract class FlatSpec extends FlatSpecLike

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

  23. trait FlatSpecLike extends FlatSpecRegistration with ClassicTests

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

  25. abstract class FreeSpec extends FreeSpecLike

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

  26. trait FreeSpecLike extends FreeSpecRegistration with ClassicTests

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

  28. abstract class FunSpec extends FunSpecLike

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

  29. trait FunSpecLike extends FunSpecRegistration with ClassicTests

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

  31. abstract class FunSuite extends FunSuiteLike

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

  32. trait FunSuiteLike extends FunSuiteRegistration with ClassicTests

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

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

  35. abstract class PropSpec extends PropSpecLike

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

  36. trait PropSpecLike extends PropSpecRegistration with ClassicTests

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

  38. abstract class Spec extends SpecLike

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

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

  40. trait Suite extends scalatest.Suite

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

  41. trait TestDataFixture extends AnyRef

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

  42. trait TestRegistration extends AnyRef

  43. trait UnitFixture extends AnyRef

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

  44. abstract class WordSpec extends WordSpecLike

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

  45. trait WordSpecLike extends WordSpecRegistration with ClassicTests

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