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 AnyRef

    Permalink
  2. class FailException extends Exception

    Permalink
  3. class Framework extends JUnitFramework

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

    Permalink
  5. class FunSuiteRunner extends Runner with Filterable

    Permalink
  6. class GenericAfterEach[T] extends AnyRef

    Permalink
  7. class GenericBeforeEach[T] extends AnyRef

    Permalink
  8. class GenericTest[T] extends AnyRef

    Permalink

    Metadata about a single test case.

  9. class Lines extends AnyRef

    Permalink
  10. class Location extends Annotation with Serializable

    Permalink
  11. trait Printable extends AnyRef

    Permalink

    Override this class to customize the default pretty-printer.

  12. trait Printer extends AnyRef

    Permalink

    Implement this trait to customize the default printer

  13. class StackTraces extends AnyRef

    Permalink

    Utility methods for trimming unrelated elements from stack traces

  14. abstract class Suite extends AnyRef

    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()
  15. class Tag extends Annotation

    Permalink
  16. case class TestOptions(name: String, tags: Set[Tag], loc: Location) extends Product with Serializable

    Permalink

    Options used when running a test.

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

    name

    the test name, used in the UI and to select it with testOnly

    tags

    a set of tests.Tag, used to attach semantic information to a test

  17. trait TestOptionsConversions extends AnyRef

    Permalink

Value Members

  1. object AnsiColors

    Permalink
  2. object Assertions extends Assertions

    Permalink
  3. object Diffs

    Permalink
  4. object EmptyPrinter extends Printer

    Permalink

    Default printer that does not customize the pretty-printer

  5. val Fail: Tag

    Permalink
  6. val Flaky: Tag

    Permalink
  7. val Ignore: Tag

    Permalink
  8. object Location extends Serializable

    Permalink
  9. val Only: Tag

    Permalink
  10. object Printers

    Permalink
  11. object StackTraces

    Permalink
  12. object TestValues

    Permalink

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

  13. package internal

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped