A suite of tests in which each test represents one scenario of a feature.
Implementation trait for class AnyFeatureSpec, which represents
a suite of tests in which each test represents one scenario of a
feature.
Enables testing of asynchronous code without blocking,
using a style consistent with traditional AnyFeatureSpec tests.
Implementation trait for class AsyncFeatureSpec, which represents
a suite of tests in which each test represents one scenario of a
feature.
A sister class to org.scalatest.featurespec.AnyFeatureSpec that can pass a fixture object into its tests.
Implementation trait for class FixtureAnyFeatureSpec, which is
a sister class to org.scalatest.featurespec.AnyFeatureSpec that can pass a
fixture object into its tests.
A sister class to org.scalatest.featurespec.AsyncFeatureSpec that can pass a fixture object into its tests.
Implementation trait for class FixtureAsyncFeatureSpec, which is
a sister class to org.scalatest.featurespec.AsyncFeatureSpec that can pass a
fixture object into its tests.
Classes and traits for ScalaTest's
FeatureSpecstyle.This package is released as the
scalatest-featurespecmodule.