org.scalatest

featurespec

package featurespec

Visibility
  1. Public
  2. All

Type Members

  1. class AnyFeatureSpec extends AnyFeatureSpecLike

    A suite of tests in which each test represents one scenario of a feature.

  2. trait AnyFeatureSpecLike extends TestSuite with TestRegistration with Informing with Notifying with Alerting with Documenting

    Implementation trait for class AnyFeatureSpec, which represents a suite of tests in which each test represents one scenario of a feature.

  3. abstract class AsyncFeatureSpec extends AsyncFeatureSpecLike

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

  4. trait AsyncFeatureSpecLike extends AsyncTestSuite with AsyncTestRegistration with Informing with Notifying with Alerting with Documenting

    Implementation trait for class AsyncFeatureSpec, which represents a suite of tests in which each test represents one scenario of a feature.

  5. abstract class FixtureAnyFeatureSpec extends FixtureAnyFeatureSpecLike

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

  6. trait FixtureAnyFeatureSpecLike extends fixture.TestSuite with fixture.TestRegistration with Informing with Notifying with Alerting with Documenting

    Implementation trait for class FixtureAnyFeatureSpec, which is a sister class to org.scalatest.featurespec.AnyFeatureSpec that can pass a fixture object into its tests.

  7. abstract class FixtureAsyncFeatureSpec extends AsyncFeatureSpecLike

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

  8. trait FixtureAsyncFeatureSpecLike extends fixture.AsyncTestSuite with fixture.AsyncTestRegistration with Informing with Notifying with Alerting with Documenting

    Implementation trait for class FixtureAsyncFeatureSpec, which is a sister class to org.scalatest.featurespec.AsyncFeatureSpec that can pass a fixture object into its tests.

Ungrouped