Package io.quarkus.test.common.http
Class TestHTTPResourceManager
java.lang.Object
io.quarkus.test.common.http.TestHTTPResourceManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringDeprecated, for removal: This API element is subject to removal in a future version.static StringDeprecated, for removal: This API element is subject to removal in a future version.static StringDeprecated, for removal: This API element is subject to removal in a future version.static StringgetSslUri(io.quarkus.bootstrap.app.RunningQuarkusApplication application) Deprecated, for removal: This API element is subject to removal in a future version.static StringgetUri()Deprecated, for removal: This API element is subject to removal in a future version.static StringgetUri(io.quarkus.bootstrap.app.RunningQuarkusApplication application) Deprecated, for removal: This API element is subject to removal in a future version.static Stringstatic voidstatic voidinject(Object testCase, io.quarkus.registry.ValueRegistry valueRegistry, List<Function<Class<?>, String>> endpointProviders) static StringmanagementRootPath(io.smallrye.config.SmallRyeConfig config, String... paths) static Stringstatic StringtestManagementUrl(io.quarkus.registry.ValueRegistry valueRegistry, io.smallrye.config.SmallRyeConfig config, String... paths) static StringtestManagementUrlSsl(io.quarkus.registry.ValueRegistry valueRegistry, io.smallrye.config.SmallRyeConfig config, String... paths) static StringtestUrl(io.quarkus.registry.ValueRegistry valueRegistry, io.smallrye.config.SmallRyeConfig config, String... paths) static StringtestUrlSsl(io.quarkus.registry.ValueRegistry valueRegistry, io.smallrye.config.SmallRyeConfig config, String... paths)
-
Constructor Details
-
TestHTTPResourceManager
public TestHTTPResourceManager()
-
-
Method Details
-
getUri
Deprecated, for removal: This API element is subject to removal in a future version. -
getManagementUri
Deprecated, for removal: This API element is subject to removal in a future version. -
getSslUri
Deprecated, for removal: This API element is subject to removal in a future version. -
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
-
inject
-
testUrl
-
testManagementUrl
-
testUrlSsl
-
testManagementUrlSsl
-
host
-
rootPath
-
managementRootPath
-