org.scalatest

fixture

package fixture

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AsyncFeatureSpec extends AsyncFeatureSpecLike

  2. trait AsyncFeatureSpecLike extends AsyncSuite with AsyncTestRegistration

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

  3. abstract class SafeFeatureSpec extends SafeFeatureSpecLike

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

  4. trait SafeFeatureSpecLike extends Suite with SafeTestRegistration with Informing with Notifying with Alerting with Documenting

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

Ungrouped