minitest

api

package api

Visibility
  1. Public
  2. All

Type Members

  1. case class ErrorLocation(file: String, line: Int) extends Product with Serializable

  2. final class Expectation[T] extends AnyRef

  3. final class ExpectationException extends RuntimeException

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

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

  6. sealed trait Result[+T] extends AnyRef

  7. trait TestSuite extends AnyRef

    Annotations
    @JSExportDescendentObjects()
  8. final class UnexpectedException extends RuntimeException

Value Members

  1. object Expectation

  2. object NotOurException

  3. object OurException

  4. object Property extends Serializable

  5. object Result

  6. object Utils

Ungrouped