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 Assertions extends CompileErrorMacro

    Permalink
  2. class Clue[+T] extends Serializable

    Permalink
  3. class Clues extends AnyRef

    Permalink
  4. class FailException extends Exception with Serializable

    Permalink
  5. class Framework extends JUnitFramework

    Permalink
  6. abstract class FunSuite extends Suite with Assertions with TestOptionsConversions

    Permalink
  7. class GenericAfterEach[T] extends Serializable

    Permalink
  8. class GenericBeforeEach[T] extends Serializable

    Permalink
  9. class GenericTest[T] extends Serializable

    Permalink

    Metadata about a single test case.

  10. class IgnoreSuite extends Annotation

    Permalink
  11. final class Location extends Annotation with Serializable

    Permalink
  12. class MUnitRunner extends Runner with Filterable

    Permalink
  13. trait PlatformSuite extends AnyRef

    Permalink
    Annotations
    @EnableReflectiveInstantiation()
  14. trait Printable extends AnyRef

    Permalink

    Override this class to customize the default pretty-printer.

  15. trait Printer extends AnyRef

    Permalink

    Implement this trait to customize the default printer

  16. abstract class Suite extends PlatformSuite

    Permalink

    The base class for all test suites.

    The base class for all test suites. Extend this class if you don't need the functionality in FunSuite.

    Annotations
    @RunWith( cls = classOf[MUnitRunner] )
  17. class Tag extends munit.internal.junitinterface.Tag with Annotation with Serializable

    Permalink
  18. final class TestOptions extends Serializable

    Permalink

    Options used when running a test.

    Options used when running a test. It can be built implicitly from a String (@see munit.TestOptionsConversions)

  19. trait TestOptionsConversions extends AnyRef

    Permalink

Value Members

  1. object Assertions extends Assertions

    Permalink
  2. object Clue extends ClueMacro with Serializable

    Permalink
  3. object EmptyPrinter extends Printer

    Permalink

    Default printer that does not customize the pretty-printer

  4. val Fail: Tag

    Permalink
  5. val Flaky: Tag

    Permalink
  6. val Ignore: Tag

    Permalink
  7. object Location extends LocationMacro with Serializable

    Permalink
  8. object MUnitRunner

    Permalink
  9. val Only: Tag

    Permalink
  10. val Slow: Tag

    Permalink
  11. object TestValues

    Permalink

    Values that have special treatment when evaluating values produced by tests.

  12. package internal

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped