Facilitates a “behavior-driven” style of development (BDD), in which tests are combined with text that specifies the behavior the tests verify.
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.
Enables testing of asynchronous code without blocking,
using a style consistent with traditional AnyWordSpec tests.
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.
A sister class to org.scalatest.wordspec.AnyWordSpec that can pass a fixture object into its tests.
Implementation trait for class FixtureAnyWordSpec, which is
a sister class to org.scalatest.wordspec.AnyWordSpec that can pass a
fixture object into its tests.
A sister class to org.scalatest.wordspec.AsyncWordSpec that can pass a fixture object into its tests.
Implementation trait for class FixtureAsyncWordSpec, which is
a sister class to org.scalatest.wordspec.AsyncWordSpec that can pass a
fixture object into its tests.
Classes and traits for ScalaTest's
WordSpecstyle.This package is released as the
scalatest-wordspecmodule.