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

    Annotations
    @JSExportDescendentClasses( true )
  3. trait AsyncFixtures extends SuiteMixin

  4. abstract class AsyncFlatSpec extends AsyncFlatSpecLike

  5. trait AsyncFlatSpecLike extends FlatSpecRegistration with AsyncTests with OneInstancePerTest

    Annotations
    @JSExportDescendentClasses( true )
  6. abstract class AsyncFreeSpec extends AsyncFreeSpecLike

  7. trait AsyncFreeSpecLike extends FreeSpecRegistration with AsyncTests with OneInstancePerTest

    Annotations
    @JSExportDescendentClasses( true )
  8. abstract class AsyncFunSpec extends AsyncFunSpecLike

  9. trait AsyncFunSpecLike extends FunSpecRegistration with AsyncTests with OneInstancePerTest

    Annotations
    @JSExportDescendentClasses( true )
  10. abstract class AsyncFunSuite extends AsyncFunSuiteLike

  11. trait AsyncFunSuiteLike extends FunSuiteRegistration with AsyncTests with OneInstancePerTest

    Annotations
    @JSExportDescendentClasses( true )
  12. abstract class AsyncPropSpec extends AsyncPropSpecLike

  13. trait AsyncPropSpecLike extends PropSpecRegistration with AsyncTests with OneInstancePerTest

    Annotations
    @JSExportDescendentClasses( true )
  14. trait AsyncTests extends SuiteMixin with AsyncFixtures

  15. abstract class AsyncWordSpec extends AsyncWordSpecLike

  16. trait AsyncWordSpecLike extends WordSpecRegistration with AsyncTests with OneInstancePerTest

    Annotations
    @JSExportDescendentClasses( true )
  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

    Annotations
    @JSExportDescendentClasses( true )
  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

    Annotations
    @JSExportDescendentClasses( true )
  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

    Annotations
    @JSExportDescendentClasses( true )
  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

    Annotations
    @JSExportDescendentClasses( true )
  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

    Annotations
    @JSExportDescendentClasses( true )
  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

    Annotations
    @JSExportDescendentClasses( true )
  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. trait Suite extends scalatest.Suite

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

  39. trait TestDataFixture extends AnyRef

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

  40. trait TestRegistration extends AnyRef

  41. trait UnitFixture extends AnyRef

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

  42. abstract class WordSpec extends WordSpecLike

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

  43. trait WordSpecLike extends WordSpecRegistration with ClassicTests

    Annotations
    @JSExportDescendentClasses( true )
  44. 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