Packages

p

munit

package munit

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

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.

  2. type GenericAfterEach[T] = AfterEach
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use AfterEach instead

  3. type GenericBeforeEach[T] = BeforeEach
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use BeforeEach instead

  4. type GenericTest[T] = Test
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use Test instead

Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped