Class | Description |
---|---|
ConfigOwner |
A bean contains a config property injection
|
ConfigPropertiesBeanMissingProperty | |
ConfigPropertiesMissingPropertyInjectionTest |
Verify the support
ConfigProperties . |
CustomConverterBean |
A bean contains a config property injection, which converts to CustomType
|
CustomConverterBean.ConfigOwner | |
CustomConverterBean.CustomType | |
MissingConverterOnInstanceInjectionTest |
Verify that a Converter exists which can handle the configured string.
|
MissingValueOnInstanceInjectionTest |
Verify that injectng a native value which is not configured will lead to a deployment error.
|
MissingValueOnObserverMethodInjectionTest |
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. |
WrongConverterOnInstanceInjectionTest |
Verify that injectng a native value also has a valid converter which can handle the configured string.
|
Copyright © 2016 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.