Uses of Interface
io.quarkus.test.common.ArtifactLauncher
-
Packages that use ArtifactLauncher Package Description io.quarkus.test.common -
-
Uses of ArtifactLauncher in io.quarkus.test.common
Subinterfaces of ArtifactLauncher in io.quarkus.test.common Modifier and Type Interface Description interfaceDockerContainerArtifactLauncherinterfaceJarArtifactLauncherIf an implementation of this class is found using the ServiceLoader mechanism, then it is used.interfaceNativeImageLauncherClasses in io.quarkus.test.common that implement ArtifactLauncher Modifier and Type Class Description classDefaultDockerContainerLauncherclassDefaultJarLauncherclassDefaultNativeImageLauncherclassRunCommandLauncherclassTestHostLauncherA launcher that simply sets thequarkus.http.hostproperty based on the valuequarkus.http.test-hostin order to support the case of running integration tests against an already running application using RestAssured without any chances.
-