Package io.quarkus.test.junit
Class IntegrationTestUtil.DefaultDevServicesLaunchResult
java.lang.Object
io.quarkus.test.junit.IntegrationTestUtil.DefaultDevServicesLaunchResult
- All Implemented Interfaces:
io.quarkus.test.common.ArtifactLauncher.InitContext.DevServicesLaunchResult,AutoCloseable
- Enclosing class:
IntegrationTestUtil
static class IntegrationTestUtil.DefaultDevServicesLaunchResult
extends Object
implements io.quarkus.test.common.ArtifactLauncher.InitContext.DevServicesLaunchResult
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultDevServicesLaunchResult(Map<String, String> properties, String networkId, boolean manageNetwork, io.quarkus.bootstrap.app.CuratedApplication curatedApplication) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()io.quarkus.bootstrap.app.CuratedApplicationboolean
-
Constructor Details
-
DefaultDevServicesLaunchResult
-
-
Method Details
-
properties
- Specified by:
propertiesin interfaceio.quarkus.test.common.ArtifactLauncher.InitContext.DevServicesLaunchResult
-
networkId
- Specified by:
networkIdin interfaceio.quarkus.test.common.ArtifactLauncher.InitContext.DevServicesLaunchResult
-
manageNetwork
public boolean manageNetwork()- Specified by:
manageNetworkin interfaceio.quarkus.test.common.ArtifactLauncher.InitContext.DevServicesLaunchResult
-
getCuratedApplication
public io.quarkus.bootstrap.app.CuratedApplication getCuratedApplication()- Specified by:
getCuratedApplicationin interfaceio.quarkus.test.common.ArtifactLauncher.InitContext.DevServicesLaunchResult
-
close
public void close()- Specified by:
closein interfaceio.quarkus.test.common.ArtifactLauncher.InitContext.DevServicesLaunchResult- Specified by:
closein interfaceAutoCloseable
-