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 Details

    • DefaultDevServicesLaunchResult

      DefaultDevServicesLaunchResult(Map<String,String> properties, String networkId, boolean manageNetwork, io.quarkus.bootstrap.app.CuratedApplication curatedApplication)
  • Method Details

    • properties

      public Map<String,String> properties()
      Specified by:
      properties in interface io.quarkus.test.common.ArtifactLauncher.InitContext.DevServicesLaunchResult
    • networkId

      public String networkId()
      Specified by:
      networkId in interface io.quarkus.test.common.ArtifactLauncher.InitContext.DevServicesLaunchResult
    • manageNetwork

      public boolean manageNetwork()
      Specified by:
      manageNetwork in interface io.quarkus.test.common.ArtifactLauncher.InitContext.DevServicesLaunchResult
    • getCuratedApplication

      public io.quarkus.bootstrap.app.CuratedApplication getCuratedApplication()
      Specified by:
      getCuratedApplication in interface io.quarkus.test.common.ArtifactLauncher.InitContext.DevServicesLaunchResult
    • close

      public void close()
      Specified by:
      close in interface io.quarkus.test.common.ArtifactLauncher.InitContext.DevServicesLaunchResult
      Specified by:
      close in interface AutoCloseable