Packages

p

munit

package munit

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. munit
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ScalaCheckEffectSuite extends FunSuite with ScalaCheckSuite

    Extends ScalaCheckSuite, adding support for evaluation of effectful properties (PropF[F] values).

    Extends ScalaCheckSuite, adding support for evaluation of effectful properties (PropF[F] values).

    This trait transforms tests which return PropF[F] values in to F[Unit] values. The F[Unit] values are transformed to a Future[Unit] via munitValueTransform. Hence, an appropriate value transform must be registered for the effect type in use. This is typically done by mixing in an MUnit compatibility trait for the desired effect type.

Value Members

  1. val Fail: Tag
  2. val Flaky: Tag
  3. val Ignore: Tag
  4. val Only: Tag
  5. val Slow: Tag

Inherited from AnyRef

Inherited from Any

Ungrouped