Package

scala.tools

partest

Permalink

package partest

Visibility
  1. Public
  2. All

Type Members

  1. class Framework extends sbt.testing.Framework

    Permalink
  2. case class Runner(args: Array[String], remoteArgs: Array[String], testClassLoader: ClassLoader) extends sbt.testing.Runner with Product with Serializable

    Permalink

    Represents one run of a suite of tests.

  3. case class SbtPartestTask(taskDef: TaskDef, args: Array[String]) extends Task with Product with Serializable

    Permalink

    Run partest in this VM.

    Run partest in this VM. Assumes we're running in a forked VM!

Value Members

  1. object Framework

    Permalink

Ungrouped