org.scalatest

propspec

package propspec

Classes and traits for ScalaTest's PropSpec style.

This package is released as the scalatest-propspec module.

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

Inherited from AnyRef

Inherited from Any

Ungrouped