Class TestConfig.Container

java.lang.Object
io.quarkus.deployment.dev.testing.TestConfig.Container
Enclosing class:
TestConfig

public static class TestConfig.Container extends Object
  • Field Details

    • network

      Controls the container network to be used when @QuarkusIntegration needs to launch the application in a container. This setting only applies if Quarkus does not need to use a shared network - which is the case if DevServices are used when running the test.
    • additionalExposedPorts

      @ConfigItem Map<String,String> additionalExposedPorts
      Set additional ports to be exposed when @QuarkusIntegration needs to launch the application in a container.
    • labels

      A set of labels to add to the launched container
    • volumeMounts

      @ConfigItem Map<String,String> volumeMounts
      A set of volume mounts to add to the launched container
  • Constructor Details

    • Container

      public Container()