org.scalatest

propspec

package propspec

Visibility
  1. Public
  2. All

Type Members

  1. class AnyPropSpec extends AnyPropSpecLike

    A suite of property-based tests.

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

    Implementation trait for class AnyPropSpec, which represents a suite of property-based tests.

  3. abstract class FixtureAnyPropSpec extends FixtureAnyPropSpecLike

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

  4. trait FixtureAnyPropSpecLike extends fixture.TestSuite with fixture.TestRegistration with Informing with Notifying with Alerting with Documenting

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

Ungrouped