TestArgs

mill.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)

Attributes

Companion
object
Source
Model.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product