Package org.eclipse.microprofile.rest.client.tck.cditests
package org.eclipse.microprofile.rest.client.tck.cditests
-
ClassDescriptionVerifies auto following redirects is performed when configured via MP Confg and CDI.Verifies that CDI interceptors bound to client interface methods are invoked.Verifies via CDI injection that you can use a programmatic interface.Verifies via CDI injection that you can use a programmatic interface.Verifies the CDI-managed providers are used when their class is registered with the client interface.Verifies via CDI injection that you can use a programmatic interface.Verifies the style used when sending multiple query param values configured via MP Confg and CDI.Verifies that URI declared via MP Config takes precedence over URL.Tests that clients are closed when destroyed by the CDI container.Verifies that users can simplify config properties with a single config key for multiple interfaces.Verifies that users can simplify config properties with a config key, and that the fully-qualified classname-based property takes precedence over config keys.This test verifies that you can configure a bean of ApplicationScoped, as well as have the scope on an interface.This test verifies that you can configure a bean of ConversationScoped, as well as have the scope on an interface.This test verifies that you can configure a bean of RequestScoped, as well as have the scope on an interface.This test verifies that you can configure a bean of SessionScoped, as well as have the scope on an interface.This test verifies that you can configure a bean of Singleton scope, as well as have the scope on an interface.