Package

minitest

api

Permalink

package api

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. api
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
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. final class InterceptException extends MiniTestException

    Permalink
  7. abstract class MiniTestException extends RuntimeException

    Permalink
  8. case class Properties[I](setup: () ⇒ I, tearDown: (I) ⇒ Unit, properties: Seq[TestSpec[I, Unit]])(implicit ec: ExecutionContext) extends Iterable[TestSpec[Unit, Unit]] 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. trait TestBuilder[-T] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  12. case class TestSpec[I, +O](name: String, f: (I) ⇒ Future[Result[O]]) extends (I) ⇒ Future[Result[O]] with Product with Serializable

    Permalink
  13. final class UnexpectedException extends MiniTestException

    Permalink

Value Members

  1. object Asserts extends Asserts

    Permalink
  2. val DefaultExecutionContext: ExecutionContextExecutor

    Permalink
  3. object NotOurException

    Permalink
  4. object OurException

    Permalink
  5. object Result

    Permalink
  6. object TestBuilder

    Permalink
  7. object TestSpec extends Serializable

    Permalink
  8. object Utils

    Permalink
  9. object compat

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped