PreparedEval
mill.testkit.IntegrationTester.PreparedEval
case class PreparedEval(cmd: Shellable, env: Map[String, String], cwd: Path, timeout: Duration, check: Boolean, propagateEnv: Boolean, shutdownGracePeriod: Long, run: () => EvalResult)
An Impl.eval that is prepared for execution but haven't been executed yet. Run it with run.
Attributes
- Source
- IntegrationTester.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article