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)
Attributes
-
Companion
-
object
-
Source
-
Model.scala
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product