mill.testkit.IntegrationTester
See theIntegrationTester companion class
object IntegrationTester
Attributes
- Companion
- class
- Source
- IntegrationTester.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
IntegrationTester.type
Members list
Type members
Classlikes
A very simplified version of os.CommandResult
meant for easily performing assertions against.
A very simplified version of os.CommandResult
meant for easily performing assertions against.
Attributes
- Source
- IntegrationTester.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait Impl extends AutoCloseable, IntegrationTesterBase
Attributes
- Source
- IntegrationTester.scala
- Supertypes
- Known subtypes
-
class IntegrationTester
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.
An Impl.eval that is prepared for execution but haven't been executed yet. Run it with run.
Attributes
- Source
- IntegrationTester.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article