Package io.quarkus.test.junit.launcher
Class JarLauncherProvider.DefaultJarInitContext
java.lang.Object
io.quarkus.test.junit.launcher.DefaultInitContextBase
io.quarkus.test.junit.launcher.JarLauncherProvider.DefaultJarInitContext
- All Implemented Interfaces:
ArtifactLauncher.InitContext,JarArtifactLauncher.JarInitContext
- Enclosing class:
JarLauncherProvider
static class JarLauncherProvider.DefaultJarInitContext
extends DefaultInitContextBase
implements JarArtifactLauncher.JarInitContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.test.common.ArtifactLauncher.InitContext
ArtifactLauncher.InitContext.DevServicesLaunchResult -
Constructor Summary
ConstructorsConstructorDescriptionDefaultJarInitContext(int httpPort, int httpsPort, Duration waitTime, String testProfile, List<String> argLine, Map<String, String> env, ArtifactLauncher.InitContext.DevServicesLaunchResult devServicesLaunchResult, Path jarPath) -
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
-
DefaultJarInitContext
-
-
Method Details
-
jarPath
- Specified by:
jarPathin interfaceJarArtifactLauncher.JarInitContext
-