utest

framework

package framework

Visibility
  1. Public
  2. All

Type Members

  1. trait Formatter extends AnyRef

    Default implementation of Formatter, also used by the default SBT test framework.

  2. case class Result(name: String, value: Try[Any], milliDuration: Long) extends Product with Serializable

    A single test's result after execution.

  3. case class Test(name: String, TestThunkTree: TestThunkTree) extends Product with Serializable

    Represents the metadata around a single test in a TestTreeSeq.

  4. case class TestPath(value: Seq[String]) extends Product with Serializable

  5. class TestThunkTree extends AnyRef

    A tree of nested lexical scopes that accompanies the tree of tests.

  6. class TestTreeSeq extends AnyRef

    Extension methods on TreeSeq[Test]

  7. case class Tree[+T](value: T, children: Seq[Tree[T]]) extends Product with Serializable

    An immutable tree with each node containing a value, and a Seq of children.

Value Members

  1. object ArgParse

    Crappy but good-enough version of a command-line parsing library

  2. object ExecutionContext

  3. object Test extends Serializable

  4. object TestPath extends Serializable

  5. object TreeBuilder

    Created by haoyi on 3/11/16.

Ungrouped