Package

minitest

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractTestSuite extends AnyRef

    Permalink
    Annotations
    @JSExportDescendentObjects()
  2. final class AssertionException extends MiniTestException

    Permalink
  3. trait Asserts extends AnyRef

    Permalink
  4. final class CanceledException extends MiniTestException

    Permalink
  5. final class IgnoredException extends MiniTestException

    Permalink
  6. abstract class MiniTestException extends RuntimeException

    Permalink
  7. case class Properties[I](setup: () ⇒ I, tearDown: (I) ⇒ Unit, properties: Seq[Property[I, Unit]]) extends Iterable[Property[Unit, Unit]] with Product with Serializable

    Permalink
  8. case class Property[I, +O](name: String, f: (I) ⇒ Result[O]) extends (I) ⇒ Result[O] with Product with Serializable

    Permalink
  9. sealed trait Result[+T] extends AnyRef

    Permalink
  10. case class SourceLocation(path: String, line: Int) extends Product with Serializable

    Permalink
  11. final class UnexpectedException extends MiniTestException

    Permalink

Value Members

  1. object Asserts extends Asserts

    Permalink
  2. object NotOurException

    Permalink
  3. object OurException

    Permalink
  4. object Property extends Serializable

    Permalink
  5. object Result

    Permalink
  6. object Utils

    Permalink

Ungrouped