org.scalatest

fixture

package fixture

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AsyncFeatureSpec extends AsyncFeatureSpecLike

  2. trait AsyncFeatureSpecLike extends AsyncSuite with AsyncTestRegistration

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

  3. abstract class AsyncFlatSpec extends AsyncFlatSpecLike

  4. trait AsyncFlatSpecLike extends AsyncSuite with AsyncTestRegistration with ShouldVerb with MustVerb with CanVerb

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

  5. abstract class AsyncFreeSpec extends AsyncFreeSpecLike

  6. trait AsyncFreeSpecLike extends AsyncSuite with AsyncTestRegistration

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

  7. abstract class AsyncFunSpec extends AsyncFunSpecLike

  8. trait AsyncFunSpecLike extends AsyncSuite with AsyncTestRegistration

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

  9. abstract class AsyncFunSuite extends AsyncFunSuiteLike

  10. trait AsyncFunSuiteLike extends AsyncSuite with AsyncTestRegistration

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

  11. abstract class AsyncPropSpec extends AsyncPropSpecLike

  12. trait AsyncPropSpecLike extends AsyncSuite with AsyncTestRegistration

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

  13. trait AsyncSuite extends Suite with scalatest.AsyncSuite

  14. trait AsyncTestRegistration extends AnyRef

  15. abstract class AsyncWordSpec extends AsyncWordSpecLike

  16. trait AsyncWordSpecLike extends AsyncSuite with AsyncTestRegistration with ShouldVerb with MustVerb with CanVerb

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

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

  18. abstract class FeatureSpec extends FeatureSpecLike

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

  19. trait FeatureSpecLike 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.

  20. abstract class FlatSpec extends FlatSpecLike

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

  21. trait FlatSpecLike 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.

  22. abstract class FreeSpec extends FreeSpecLike

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

  23. trait FreeSpecLike 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.

  24. abstract class FunSpec extends FunSpecLike

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

  25. trait FunSpecLike 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.

  26. abstract class FunSuite extends FunSuiteLike

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

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

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

  29. abstract class PropSpec extends PropSpecLike

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

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

  31. abstract class SafeFeatureSpec extends SafeFeatureSpecLike

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

  32. trait SafeFeatureSpecLike extends Suite with SafeTestRegistration with Informing with Notifying with Alerting with Documenting

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

  33. abstract class SafeFlatSpec extends SafeFlatSpecLike

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

  34. trait SafeFlatSpecLike extends Suite with SafeTestRegistration with ShouldVerb with MustVerb with CanVerb with Informing with Notifying with Alerting with Documenting

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

  35. abstract class SafeFreeSpec extends SafeFreeSpecLike

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

  36. trait SafeFreeSpecLike extends Suite with SafeTestRegistration with Informing with Notifying with Alerting with Documenting

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

  37. abstract class SafeFunSpec extends SafeFunSpecLike

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

  38. trait SafeFunSpecLike extends Suite with SafeTestRegistration with Informing with Notifying with Alerting with Documenting

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

  39. abstract class SafeFunSuite extends SafeFunSuiteLike

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

  40. trait SafeFunSuiteLike extends Suite with SafeTestRegistration with Informing with Notifying with Alerting with Documenting

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

  41. abstract class SafePropSpec extends SafePropSpecLike

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

  42. trait SafePropSpecLike extends Suite with SafeTestRegistration with Informing with Notifying with Alerting with Documenting

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

  43. trait SafeTestRegistration extends AnyRef

  44. abstract class SafeWordSpec extends SafeWordSpecLike

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

  45. trait SafeWordSpecLike extends Suite with SafeTestRegistration with ShouldVerb with MustVerb with CanVerb with Informing with Notifying with Alerting with Documenting

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

  46. trait Suite extends scalatest.Suite

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

  47. trait TestDataFixture extends AnyRef

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

  48. trait TestRegistration extends AnyRef

  49. trait UnitFixture extends AnyRef

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

  50. abstract class WordSpec extends WordSpecLike

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

  51. trait WordSpecLike 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