Class | Description |
---|---|
CDIClientHeadersFactoryTest | |
CDIFollowRedirectsTest |
Verifies auto following redirects is performed when configured via MP Confg and CDI.
|
CDIInterceptorTest |
Verifies that CDI interceptors bound to client interface methods are invoked.
|
CDIInvokeSimpleGetOperationTest |
Verifies via CDI injection that you can use a programmatic interface.
|
CDIInvokeWithRegisteredProvidersTest |
Verifies via CDI injection that you can use a programmatic interface.
|
CDIManagedProviderTest |
Verifies the CDI-managed providers are used when their class is registered with the client interface.
|
CDIManagedProviderTest.MyFilter | |
CDIProxyServerTest |
Verifies via CDI injection that you can use a programmatic interface.
|
CDIQueryParamStyleTest |
Verifies the style used when sending multiple query param values configured via MP Confg and CDI.
|
CDIURIvsURLConfigTest |
Verifies that URI declared via MP Config takes precedence over URL.
|
ConfigKeyForMultipleInterfacesTest |
Verifies that users can simplify config properties with a single config key for multiple interfaces.
|
ConfigKeyTest |
Verifies that users can simplify config properties with a config key, and that the fully-qualified classname-based
property takes precedence over config keys.
|
HasAppScopeTest |
This test verifies that you can configure a bean of ApplicationScoped, as well as have the scope on an interface.
|
HasConversationScopeTest |
This test verifies that you can configure a bean of ConversationScoped, as well as have the scope on an interface.
|
HasRequestScopeTest |
This test verifies that you can configure a bean of RequestScoped, as well as have the scope on an interface.
|
HasSessionScopeTest |
This test verifies that you can configure a bean of SessionScoped, as well as have the scope on an interface.
|
HasSingletonScopeTest |
This test verifies that you can configure a bean of Singleton scope, as well as have the scope on an interface.
|
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.