ProcessTest

io.github.alexarchambault.testutil.ProcessTest$
object ProcessTest

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[T](proc: proc, timeout: Option[FiniteDuration], count: Int, env: Map[String, String], runProcIn: Path => Path, enableOutputFrame: Boolean, enableSilentOutput: Boolean, printOutputOnError: Boolean, cleanUp: Boolean)(content: (SubPath, Source)*)(f: (Path, SubProcess, () => Unit, TestOutput, Int) => T): T