FakeProcessManager constructor
FakeProcessManager(
- StringReceivedCallback stdinResults, {
- bool commandsThrow = false,
Implementation
FakeProcessManager(this.stdinResults, {this.commandsThrow = false});