org.scalatest

funspec

package funspec

Visibility
  1. Public
  2. All

Type Members

  1. class AnyFunSpec extends AnyFunSpecLike

    Facilitates a “behavior-driven” style of development (BDD), in which tests are combined with text that specifies the behavior the tests verify.

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

    Implementation trait for class AnyFunSpec, which facilitates a “behavior-driven” style of development (BDD), in which tests are combined with text that specifies the behavior the tests verify.

  3. abstract class AsyncFunSpec extends AsyncFunSpecLike

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

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

    Implementation trait for class AsyncFunSpec, which facilitates a “behavior-driven” style of development (BDD), in which tests are combined with text that specifies the behavior the tests verify.

  5. abstract class FixtureAnyFunSpec extends FixtureAnyFunSpecLike

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

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

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

  7. abstract class FixtureAsyncFunSpec extends FixtureAsyncFunSpecLike

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

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

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

Ungrouped