All Classes and Interfaces

Class
Description
 
 
 
 
Test the implicit converter handling.
Verify the method addDiscoveredSources() on ConfigBuilder.
 
Verify injection of Optional<T> fields.
Test cases for CDI-based API that test retrieving values from the configuration.
 
 
 
 
 
 
 
Test cases for the statement in configsources.asciidoc#default_configsources.env.mapping Prerequisite: The following environment variables must be set prior to running this test: "my_int_property" with the value of "45" "MY_BOOLEAN_PROPERTY" with the value of "true" "my_string_property" with the value of "haha" "MY_STRING_PROPERTY" with the value of "woohoo"
 
 
Test Class type converter handling
A bean supporting the MissingValueOnObserverMethodInjectionTest test that injects a non-existent configuration property in a container lifecycle event observer method.
A bean contains a config property injection
 
Verify the support ConfigProperties.
Verify the support ConfigProperties.
 
 
 
 
 
Test cases for Config profile
 
 
 
 
 
 
 
This is to test that when a converter returns null for some config value, an exception should be thrown and the defaultValue should not be used.
This is to test that when a converter returns null for some config value, null will be assigned.
 
 
 
Part of the implicit Converter test.
Part of the implicit Converter test.
Part of the implicit Converter test.
Part of the implicit Converter test.
Part of the implicit Converter test.
Part of the implicit Converter test.
Part of the implicit Converter test.
 
 
 
A bean contains a config property injection, which converts to CustomType
 
 
 
 
 
Test cases for Config profile
 
Class, which is converted using a Lambda based converter.
 
 
 
 
 
 
Test the implicit converter handling.
 
Test cases for Config profile
 
 
 
Verify that a Converter exists which can handle the configured string.
Verify that injectng a native value which is not configured will lead to a deployment error.
A test to verify that a ConfigProperty-annotated injection point in an observer method with a payload that is not an instance of Optional that does not have a corresponding configuration property value set will cause a DeploymentException to be thrown.
 
Declare a bean for config property injections.
Test cases for Config profile
 
 
 
 
Test cases for Config profile
 
 
 
 
Sample enum to test implicit Converter Rules
Test cases for Config profile
 
Test cases for Config profile
 
Always create a duck with an upper case name
 
Verify that injectng a native value also has a valid converter which can handle the configured string.