FakeProcessManager constructor

FakeProcessManager(
  1. StringReceivedCallback stdinResults, {
  2. bool commandsThrow = false,
})

Implementation

FakeProcessManager(this.stdinResults, {this.commandsThrow = false});