Package

munit

Permalink

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. All

Type Members

  1. trait ScalaCheckSuite extends FunSuite

    Permalink
  2. type GenericAfterEach[T] = AfterEach

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use AfterEach instead

  3. type GenericBeforeEach[T] = BeforeEach

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use BeforeEach instead

  4. type GenericTest[T] = Test

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use Test instead

  5. class ScalaCheckFailException extends Exception with NoStackTrace

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) This class is not used anywhere and will be removed in a future release

Value Members

  1. val Fail: Tag

    Permalink
  2. val Flaky: Tag

    Permalink
  3. val Ignore: Tag

    Permalink
  4. val Only: Tag

    Permalink
  5. val Slow: Tag

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped