A suite of tests in which each test is represented as a function value.
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.
Enables testing of asynchronous code without blocking,
using a style consistent with traditional AnyFunSuite tests.
Implementation trait for class AsyncFunSuite, which represents
a suite of tests in which each test is represented as a function value.
A sister class to org.scalatest.funsuite.AnyFunSuite that can pass a fixture object into its tests.
Implementation trait for class FixtureAnyFunSuite, which is
a sister class to org.scalatest.funsuite.AnyFunSuite that can pass a
fixture object into its tests.
A sister class to org.scalatest.funsuite.AsyncFunSuite that can pass a fixture object into its tests.
Implementation trait for class FixtureAsyncFunSuite, which is
a sister class to org.scalatest.funsuite.AsyncFunSuite that can pass a
fixture object into its tests.
Classes and traits for ScalaTest's
FunSuitestyle.This package is released as the
scalatest-funsuitemodule.