Package io.quarkus.test.junit.launcher
Class NativeImageLauncherProvider.DefaultNativeImageInitContext
java.lang.Object
io.quarkus.test.junit.launcher.DefaultInitContextBase
io.quarkus.test.junit.launcher.NativeImageLauncherProvider.DefaultNativeImageInitContext
- All Implemented Interfaces:
ArtifactLauncher.InitContext,NativeImageLauncher.NativeImageInitContext
- Enclosing class:
- NativeImageLauncherProvider
public static class NativeImageLauncherProvider.DefaultNativeImageInitContext
extends DefaultInitContextBase
implements NativeImageLauncher.NativeImageInitContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.test.common.ArtifactLauncher.InitContext
ArtifactLauncher.InitContext.DevServicesLaunchResult -
Constructor Summary
ConstructorsConstructorDescriptionDefaultNativeImageInitContext(int httpPort, int httpsPort, Duration waitTime, String testProfile, List<String> argLine, Map<String, String> env, ArtifactLauncher.InitContext.DevServicesLaunchResult devServicesLaunchResult, String nativeImagePath, String configuredOutputDirectory, Class<?> testClass) -
Method Summary
Methods inherited from class io.quarkus.test.junit.launcher.DefaultInitContextBase
argLine, env, getDevServicesLaunchResult, httpPort, httpsPort, testProfile, waitTimeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.test.common.ArtifactLauncher.InitContext
argLine, env, getDevServicesLaunchResult, httpPort, httpsPort, testProfile, waitTime
-
Constructor Details
-
DefaultNativeImageInitContext
public DefaultNativeImageInitContext(int httpPort, int httpsPort, Duration waitTime, String testProfile, List<String> argLine, Map<String, String> env, ArtifactLauncher.InitContext.DevServicesLaunchResult devServicesLaunchResult, String nativeImagePath, String configuredOutputDirectory, Class<?> testClass)
-
-
Method Details
-
nativeImagePath
- Specified by:
nativeImagePathin interfaceNativeImageLauncher.NativeImageInitContext
-
getConfiguredOutputDirectory
- Specified by:
getConfiguredOutputDirectoryin interfaceNativeImageLauncher.NativeImageInitContext
-
testClass
- Specified by:
testClassin interfaceNativeImageLauncher.NativeImageInitContext
-