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 CatsEffectAssertions extends AnyRef
  2. trait CatsEffectFixtures extends AnyRef
  3. trait CatsEffectFunFixtures extends FunFixtures
  4. abstract class CatsEffectSuite extends FunSuite with CatsEffectAssertions with CatsEffectFixtures with CatsEffectFunFixtures
  5. type GenericAfterEach[T] = AfterEach
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use AfterEach instead

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

    (Since version 1.0.0) use BeforeEach instead

  7. 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 CatsEffectAssertions extends Assertions with CatsEffectAssertions

Inherited from AnyRef

Inherited from Any

Ungrouped