Result
public Result(int returnCode,
byte[] stdout,
byte[] stderr)
Construct a result. In normal usage, this is unnecessary, but it can be
helpful in the tests of classes that use Command.
- Parameters:
returnCode - returnCode
stdout - stdout
stderr - stderr