Package io.quarkus.test.common
Interface NativeImageLauncher.NativeImageInitContext
-
- All Superinterfaces:
ArtifactLauncher.InitContext
- Enclosing interface:
- NativeImageLauncher
public static interface NativeImageLauncher.NativeImageInitContext extends ArtifactLauncher.InitContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringnativeImagePath()Class<?>testClass()-
Methods inherited from interface io.quarkus.test.common.ArtifactLauncher.InitContext
argLine, httpPort, httpsPort, testProfile, waitTime
-
-