org.scalatest

wordspec

package wordspec

Classes and traits for ScalaTest's WordSpec style.

This package is released as the scalatest-wordspec module.

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. wordspec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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 FixtureTestSuite with FixtureTestRegistration 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 FixtureAsyncTestSuite with FixtureAsyncTestRegistration 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.

Inherited from AnyRef

Inherited from Any

Ungrouped