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 Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def clues: Seq[TestValue]

Clues to use for with withTestClues.

Clues to use for with withTestClues.

Attributes

Source
IntegrationTester.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product