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 Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def runTests(): Result[(msg: String, results: Seq[TestResult])]

Attributes

Source
TestModuleUtil.scala