Package io.quarkus.test.junit.launcher
Interface ArtifactLauncherProvider
- All Known Implementing Classes:
DockerContainerLauncherProvider,JarLauncherProvider,NativeImageLauncherProvider
public interface ArtifactLauncherProvider
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.test.common.ArtifactLauncher<? extends io.quarkus.test.common.ArtifactLauncher.InitContext> Returns an instance ofArtifactLauncheron which theinitmethod has been calledbooleansupportsArtifactType(String type, String testProfile) Determines whether this provider support the artifact type
-
Method Details
-
supportsArtifactType
Determines whether this provider support the artifact type -
create
io.quarkus.test.common.ArtifactLauncher<? extends io.quarkus.test.common.ArtifactLauncher.InitContext> create(ArtifactLauncherProvider.CreateContext context) Returns an instance ofArtifactLauncheron which theinitmethod has been called
-