org.scalatest

wordspec

package wordspec

Visibility
  1. Public
  2. All

Type Members

  1. class AnyWordSpec extends AnyWordSpecLike

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

  2. trait AnyWordSpecLike extends TestSuite with TestRegistration with ShouldVerb with MustVerb with CanVerb with Informing with Notifying with Alerting with Documenting

    Implementation trait for class AnyWordSpec, 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 AsyncWordSpec extends AsyncWordSpecLike

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

  4. trait AsyncWordSpecLike extends AsyncTestSuite with AsyncTestRegistration with ShouldVerb with MustVerb with CanVerb with Informing with Notifying with Alerting with Documenting

    Implementation trait for class AsyncWordSpec, 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 FixtureAnyWordSpec extends FixtureAnyWordSpecLike

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

  6. trait FixtureAnyWordSpecLike extends fixture.TestSuite with fixture.TestRegistration with ShouldVerb with MustVerb with CanVerb with Informing with Notifying with Alerting with Documenting

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

  7. abstract class FixtureAsyncWordSpec extends FixtureAsyncWordSpecLike

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

  8. trait FixtureAsyncWordSpecLike extends fixture.AsyncTestSuite with fixture.AsyncTestRegistration with ShouldVerb with MustVerb with CanVerb with Informing with Notifying with Alerting with Documenting

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

Ungrouped