EvalResult

mill.testkit.IntegrationTester.EvalResult
case class EvalResult(exitCode: Int, out: String, err: String)

A very simplified version of os.CommandResult meant for easily performing assertions against.

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 debugString: String

Attributes

Source
IntegrationTester.scala
def isSuccess: Boolean

Attributes

Source
IntegrationTester.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product