minitest

api

package api

Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractTestSuite extends AnyRef

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

  3. trait Asserts extends AnyRef

  4. final class CanceledException extends MiniTestException

  5. final class IgnoredException extends MiniTestException

  6. abstract class MiniTestException extends RuntimeException

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

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

  9. sealed trait Result[+T] extends AnyRef

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

  11. final class UnexpectedException extends MiniTestException

Value Members

  1. object Asserts extends Asserts

  2. object NotOurException

  3. object OurException

  4. object Property extends Serializable

  5. object Result

  6. object Utils

Ungrouped