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 Clue[+T] extends Serializable
  3. class Clues extends AnyRef
  4. class DottyBugAssumptionViolatedException extends RuntimeException
  5. class FailException extends Exception with Serializable
  6. class Framework extends JUnitFramework
  7. abstract class FunSuite extends Suite with Assertions with TestOptionsConversions
  8. class GenericAfterEach[T] extends Serializable
  9. class GenericBeforeEach[T] extends Serializable
  10. class GenericTest[T] extends Serializable

    Metadata about a single test case.

  11. class IgnoreSuite extends Annotation
  12. final class Location extends Annotation with Serializable
  13. class MUnitRunner extends Runner with Filterable
  14. trait PlatformSuite extends AnyRef
    Annotations
    @EnableReflectiveInstantiation()
  15. trait Printable extends AnyRef

    Override this class to customize the default pretty-printer.

  16. trait Printer extends AnyRef

    Implement this trait to customize the default printer

  17. abstract class Suite extends PlatformSuite

    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] )
  18. class Tag extends com.geirsson.junit.Tag with Annotation with Serializable
  19. final class TestOptions extends Serializable

    Options used when running a test.

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

  20. trait TestOptionsConversions extends AnyRef

Value Members

  1. val Fail: Tag
  2. val Flaky: Tag
  3. val Ignore: Tag
  4. val Only: Tag
  5. object Assertions extends Assertions
  6. object Clue extends ClueMacro with Serializable
  7. object EmptyPrinter extends Printer

    Default printer that does not customize the pretty-printer

  8. object Location extends LocationMacro with Serializable
  9. object MUnitRunner
  10. object TestValues

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

Inherited from AnyRef

Inherited from Any

Ungrouped