Package org.eclipse.microprofile.config.tck.broken
-
Class Summary Class Description ConfigObserver A bean supporting theMissingValueOnObserverMethodInjectionTesttest that injects a non-existent configuration property in a container lifecycle event observer method.ConfigOwner A bean contains a config property injectionConfigPropertiesBeanMissingProperty ConfigPropertiesMissingPropertyInjectionTest Verify the supportConfigProperties.CustomConverterBean A bean contains a config property injection, which converts to CustomTypeCustomConverterBean.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 aConfigProperty-annotated injection point in an observer method with a payload that is not an instance ofOptionalthat does not have a corresponding configuration property value set will cause aDeploymentExceptionto be thrown.WrongConverterOnInstanceInjectionTest Verify that injectng a native value also has a valid converter which can handle the configured string.