Package io.ebean.test.containers.process
Class ProcessResult
java.lang.Object
io.ebean.test.containers.process.ProcessResult
The result of an external process call.
-
Constructor Summary
ConstructorsConstructorDescriptionProcessResult(int result, List<String> out) Create with the result exit code and std out and err content. -
Method Summary
-
Constructor Details
-
ProcessResult
Create with the result exit code and std out and err content.
-
-
Method Details