p

munit

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
  2. class Diff extends AnyRef
  3. class FailException extends Exception
  4. class Framework extends JUnitFramework
  5. abstract class FunSuite extends Suite with Assertions with TestOptionsConversions
  6. class GenericAfterEach[T] extends AnyRef
  7. class GenericBeforeEach[T] extends AnyRef
  8. class GenericTest[T] extends AnyRef

    Metadata about a single test case.

  9. class Lines extends AnyRef
  10. final class Location extends Annotation with Serializable
  11. class MUnitRunner extends Runner with Filterable
  12. trait Printable extends AnyRef

    Override this class to customize the default pretty-printer.

  13. trait Printer extends AnyRef

    Implement this trait to customize the default printer

  14. class StackTraces extends AnyRef

    Utility methods for trimming unrelated elements from stack traces

  15. abstract class Suite extends AnyRef

    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()
  16. class Tag extends Annotation
  17. case class TestOptions(name: String, tags: Set[Tag], loc: Location) extends Product with Serializable

    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

  18. trait TestOptionsConversions extends AnyRef

Value Members

  1. val Fail: Tag
  2. val Flaky: Tag
  3. val Ignore: Tag
  4. val Only: Tag
  5. object AnsiColors
  6. object Assertions extends Assertions
  7. object Diffs
  8. object EmptyPrinter extends Printer

    Default printer that does not customize the pretty-printer

  9. object Location extends Serializable
  10. object Printers
  11. object StackTraces
  12. object TestValues

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

Inherited from AnyRef

Inherited from Any

Ungrouped