TestModuleUtil
mill.javalib.TestModuleUtil
final class TestModuleUtil(useArgsFile: Boolean, forkArgs: Seq[String], selectors: Seq[String], scalalibClasspath: Seq[PathRef], resources: Seq[PathRef], testFramework: String, runClasspath: Seq[PathRef], testClasspath: Seq[PathRef], args: Seq[String], testClassLists: Seq[Seq[String]], testrunnerEntrypointClasspath: Seq[PathRef], forkEnv: Map[String, String], testSandboxWorkingDir: Boolean, forkWorkingDir: Path, testReportXml: Option[String], javaHome: Option[Path], testParallelism: Boolean, testLogLevel: LogLevel)(implicit ctx: TaskCtx)
Implementation code used by TestModule to actually run tests.
Attributes
- Source
- TestModuleUtil.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article