Class TestHTTPResourceManager

java.lang.Object
io.quarkus.test.common.http.TestHTTPResourceManager

public class TestHTTPResourceManager extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    Deprecated, for removal: This API element is subject to removal in a future version.
    static String
    Deprecated, for removal: This API element is subject to removal in a future version.
    static String
    Deprecated, for removal: This API element is subject to removal in a future version.
    static String
    getSslUri(io.quarkus.bootstrap.app.RunningQuarkusApplication application)
    Deprecated, for removal: This API element is subject to removal in a future version.
    static String
    Deprecated, for removal: This API element is subject to removal in a future version.
    static String
    getUri(io.quarkus.bootstrap.app.RunningQuarkusApplication application)
    Deprecated, for removal: This API element is subject to removal in a future version.
    static String
    host(io.smallrye.config.SmallRyeConfig config, String name)
     
    static void
    inject(Object testCase, io.quarkus.registry.ValueRegistry valueRegistry)
     
    static void
    inject(Object testCase, io.quarkus.registry.ValueRegistry valueRegistry, List<Function<Class<?>,String>> endpointProviders)
     
    static String
    managementRootPath(io.smallrye.config.SmallRyeConfig config, String... paths)
     
    static String
    rootPath(io.smallrye.config.SmallRyeConfig config, String... paths)
     
    static String
    testManagementUrl(io.quarkus.registry.ValueRegistry valueRegistry, io.smallrye.config.SmallRyeConfig config, String... paths)
     
    static String
    testManagementUrlSsl(io.quarkus.registry.ValueRegistry valueRegistry, io.smallrye.config.SmallRyeConfig config, String... paths)
     
    static String
    testUrl(io.quarkus.registry.ValueRegistry valueRegistry, io.smallrye.config.SmallRyeConfig config, String... paths)
     
    static String
    testUrlSsl(io.quarkus.registry.ValueRegistry valueRegistry, io.smallrye.config.SmallRyeConfig config, String... paths)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TestHTTPResourceManager

      public TestHTTPResourceManager()
  • Method Details

    • getUri

      @Deprecated(forRemoval=true, since="3.31") public static String getUri()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getManagementUri

      @Deprecated(forRemoval=true, since="3.31") public static String getManagementUri()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSslUri

      @Deprecated(forRemoval=true, since="3.31") public static String getSslUri()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getManagementSslUri

      @Deprecated(forRemoval=true, since="3.31") public static String getManagementSslUri()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUri

      @Deprecated(forRemoval=true, since="3.31") public static String getUri(io.quarkus.bootstrap.app.RunningQuarkusApplication application)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSslUri

      @Deprecated(forRemoval=true, since="3.31") public static String getSslUri(io.quarkus.bootstrap.app.RunningQuarkusApplication application)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • inject

      public static void inject(Object testCase, io.quarkus.registry.ValueRegistry valueRegistry)
    • inject

      public static void inject(Object testCase, io.quarkus.registry.ValueRegistry valueRegistry, List<Function<Class<?>,String>> endpointProviders)
    • testUrl

      public static String testUrl(io.quarkus.registry.ValueRegistry valueRegistry, io.smallrye.config.SmallRyeConfig config, String... paths)
    • testManagementUrl

      public static String testManagementUrl(io.quarkus.registry.ValueRegistry valueRegistry, io.smallrye.config.SmallRyeConfig config, String... paths)
    • testUrlSsl

      public static String testUrlSsl(io.quarkus.registry.ValueRegistry valueRegistry, io.smallrye.config.SmallRyeConfig config, String... paths)
    • testManagementUrlSsl

      public static String testManagementUrlSsl(io.quarkus.registry.ValueRegistry valueRegistry, io.smallrye.config.SmallRyeConfig config, String... paths)
    • host

      public static String host(io.smallrye.config.SmallRyeConfig config, String name)
    • rootPath

      public static String rootPath(io.smallrye.config.SmallRyeConfig config, String... paths)
    • managementRootPath

      public static String managementRootPath(io.smallrye.config.SmallRyeConfig config, String... paths)