Class TestConfig.Container

  • Enclosing class:
    TestConfig

    public static class TestConfig.Container
    extends Object
    • Field Detail

      • network

        @ConfigItem
        Optional<String> 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.
    • Constructor Detail

      • Container

        public Container()