Package io.quarkus.test.common
Class ArtifactLauncher.LaunchResult
- java.lang.Object
-
- io.quarkus.test.common.ArtifactLauncher.LaunchResult
-
- Enclosing interface:
- ArtifactLauncher<T extends ArtifactLauncher.InitContext>
public static class ArtifactLauncher.LaunchResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) byte[]output(package private) intstatusCode(package private) byte[]stderror
-
Constructor Summary
Constructors Constructor Description LaunchResult(int statusCode, byte[] output, byte[] stderror)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getOutput()intgetStatusCode()byte[]getStderror()
-