org.scalatest

freespec

package freespec

Visibility
  1. Public
  2. All

Type Members

  1. class AnyFreeSpec extends AnyFreeSpecLike

    Facilitates a “behavior-driven” style of development (BDD), in which tests are nested inside text clauses denoted with the dash operator (-).

  2. trait AnyFreeSpecLike extends TestSuite with TestRegistration with Informing with Notifying with Alerting with Documenting

    Implementation trait for class AnyFreeSpec, which facilitates a “behavior-driven” style of development (BDD), in which tests are nested inside text clauses denoted with the dash operator (-).

  3. abstract class AsyncFreeSpec extends AsyncFreeSpecLike

    Enables testing of asynchronous code without blocking, using a style consistent with traditional AnyFreeSpec tests.

  4. trait AsyncFreeSpecLike extends AsyncTestSuite with AsyncTestRegistration with Informing with Notifying with Alerting with Documenting

    Implementation trait for class AsyncFreeSpec, which facilitates a “behavior-driven” style of development (BDD), in which tests are nested inside text clauses denoted with the dash operator (-).

  5. abstract class FixtureAnyFreeSpec extends FixtureAnyFreeSpecLike

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

  6. trait FixtureAnyFreeSpecLike extends fixture.TestSuite with fixture.TestRegistration with Informing with Notifying with Alerting with Documenting

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

  7. abstract class FixtureAsyncFreeSpec extends FixtureAsyncFreeSpecLike

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

  8. trait FixtureAsyncFreeSpecLike extends fixture.AsyncTestSuite with fixture.AsyncTestRegistration with Informing with Notifying with Alerting with Documenting

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

Ungrouped