mill.javalib.testrunner.TestArgs
See theTestArgs companion object
case class TestArgs(framework: String, classpath: Seq[Path], arguments: Seq[String], sysProps: Map[String, String], outputPath: Path, resultPath: Path, colored: Boolean, testCp: Seq[Path], globSelectors: Either[Seq[String], (Option[String], Path, Path)], logLevel: LogLevel, discoveredTestClasses: Option[Seq[(String, Int)]])
Attributes
- Companion
- object
- Source
- Model.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article