| Interface | Description |
|---|---|
| TestableProcess |
Supports the abstraction around sub-processes, to make it easier to unit test
programs that launch other programs by simulating said launch with test doubles.
|
| TestableProcessFactory |
Represents an abstraction around sub-processes, to make it easier to unit test
programs that launch other programs by simulating said launch with test doubles.
|
| Class | Description |
|---|---|
| DefaultProcess | |
| DefaultProcessFactory | |
| ProcessCoordinator |
Provides a façade for working with a subprocess where a request is sent via
command-line parameters and/or a string sent to the child process's
standard input (stdin) stream and a response is read from the child process's
standard output (stdout) and standard error (stderr) streams.
|
Copyright © 2018. All rights reserved.