org.scalatest

featurespec

package featurespec

Classes and traits for ScalaTest's FeatureSpec style.

This package is released as the scalatest-featurespec module.

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

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

  8. trait FixtureAsyncFeatureSpecLike extends FixtureAsyncTestSuite with FixtureAsyncTestRegistration 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.

Inherited from AnyRef

Inherited from Any

Ungrouped