Packages

p

mill

testrunner

package testrunner

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class TestArgs(framework: String, classpath: Seq[Path], arguments: Seq[String], sysProps: Map[String, String], outputPath: Path, colored: Boolean, testCp: Path, home: Path, globSelectors: Seq[String]) extends Product with Serializable
    Annotations
    @internal()
  2. case class TestResult(fullyQualifiedName: String, selector: String, duration: Long, status: String, exceptionName: Option[String] = None, exceptionMsg: Option[String] = None, exceptionTrace: Option[Seq[StackTraceElement]] = None) extends Product with Serializable
    Annotations
    @internal()

Value Members

  1. object Framework
    Annotations
    @internal()
  2. object TestArgs extends Serializable
    Annotations
    @internal()
  3. object TestResult extends Serializable
    Annotations
    @internal()
  4. object TestRunner
    Annotations
    @internal()
  5. object TestRunnerMain0
    Annotations
    @internal()
  6. object TestRunnerUtils
    Annotations
    @internal()

Ungrouped