Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
836 0 0 0 100% 21.77 s

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
dev.orne.config.spring 89 0 0 0 100% 6.055 s
dev.orne.config.examples 55 0 0 0 100% 3.775 s
dev.orne.config.commons 30 0 0 0 100% 0.497 s
dev.orne.config.impl 569 0 0 0 100% 10.53 s
dev.orne.config 93 0 0 0 100% 0.918 s

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

dev.orne.config.spring

- Class Tests Errors Failures Skipped Success Rate Time
ConfigLazyPropertySourceTest 6 0 0 0 100% 0.080 s
EnableConfigurableComponentsTest 17 0 0 0 100% 0.530 s
ConfigurableComponentsPostProcessorTest 2 0 0 0 100% 1.339 s
ConfigPropertySourceTest 4 0 0 0 100% 1.111 s
ConfigProviderConfigurerTest 13 0 0 0 100% 1.062 s
SpringBootAutoConfigurerTest 4 0 0 0 100% 0.278 s
EnablePreferredConfigInjectionTest 12 0 0 0 100% 0.211 s
ConfigurableComponentsConfigurerTest 5 0 0 0 100% 0.537 s
ConfigPropertySourcePostProcessorTest 21 0 0 0 100% 0.407 s
EnableOrneConfigTest 5 0 0 0 100% 0.500 s

dev.orne.config.examples

- Class Tests Errors Failures Skipped Success Rate Time
SetupExamplesTest 27 0 0 0 100% 3.035 s
ConfigurableExamplesTest 5 0 0 0 100% 0.028 s
ApiUsageExamplesTest 6 0 0 0 100% 0.143 s
CommonsIntegrationExamplesTest 4 0 0 0 100% 0.055 s
SpringExamplesTest 13 0 0 0 100% 0.514 s

dev.orne.config.commons

- Class Tests Errors Failures Skipped Success Rate Time
DelegatedOrneConfigurationTest 13 0 0 0 100% 0.375 s
DelegatedOrneMutableConfigurationTest 13 0 0 0 100% 0.080 s
DelegatedOrneConfigurationDecoderTest 4 0 0 0 100% 0.042 s

dev.orne.config.impl

- Class Tests Errors Failures Skipped Success Rate Time
YamlMutableConfigTest 45 0 0 0 100% 1.212 s
AbstractConfigCryptoEngineTest 8 0 0 0 100% 0.103 s
ConfigCryptoAesGcmEngineTest 19 0 0 0 100% 0.187 s
XmlConfigTest 30 0 0 0 100% 0.112 s
EnvironmentConfigTest 16 0 0 0 100% 0.084 s
XmlMutableConfigTest 45 0 0 0 100% 1.139 s
PreferencesConfigTest 24 0 0 0 100% 0.076 s
ConfigurerImplConfigureTest 10 0 0 0 100% 0.153 s
ConfigSubtypeTest 12 0 0 0 100% 0.171 s
PropertiesMutableConfigTest 45 0 0 0 100% 1.061 s
PreferencesMutableConfigTest 37 0 0 0 100% 1.039 s
ConfigSubsetTest 7 0 0 0 100% 0.315 s
SpringEnvironmentConfigTest 18 0 0 0 100% 0.420 s
JsonConfigTest 30 0 0 0 100% 0.625 s
CommonsConfigTest 15 0 0 0 100% 0.664 s
JsonMutableConfigTest 45 0 0 0 100% 1.166 s
ConfigurerImplPrimitivePropertiesTest 11 0 0 0 100% 0.087 s
PropertiesConfigTest 30 0 0 0 100% 0.084 s
YamlConfigTest 30 0 0 0 100% 0.094 s
ConfigurerImplNestedBeansTest 4 0 0 0 100% 0.081 s
DefaultConfigCryptoProviderTest 10 0 0 0 100% 0.134 s
CommonsMutableConfigTest 28 0 0 0 100% 1.081 s
SystemConfigTest 15 0 0 0 100% 0.223 s
ConfigProviderImplTest 9 0 0 0 100% 0.107 s
PooledConfigCryptoProviderTest 26 0 0 0 100% 0.109 s

dev.orne.config

- Class Tests Errors Failures Skipped Success Rate Time
ExceptionsTest 4 0 0 0 100% 0.005 s
DelegatedMutableConfigTest 24 0 0 0 100% 0.016 s
ValueDecoratorTest 2 0 0 0 100% 0.002 s
ValueDecoderTest 2 0 0 0 100% 0.002 s
ConfigTest 10 0 0 0 100% 0.032 s
DelegatedWatchableConfigTest 30 0 0 0 100% 0.774 s
ValueEncoderTest 2 0 0 0 100% 0.004 s
DelegatedConfigTest 19 0 0 0 100% 0.083 s

Test Cases

[Summary] [Package List] [Test Cases]

ConfigLazyPropertySourceTest

givenExistingBeanForName_whenMultipleCalls_thenCachesConfigBean 0.059 s
givenMissingBeanForName_whenContainsProperty_thenThrowsException 0.003 s
givenExistingBeanForName_whenContainsProperty_thenDelegatesToConfigBean 0.003 s
givenExistingBeanForName_whenGetProperty_thenDelegatesToConfigBean 0.002 s
givenMissingBeanForName_whenGetProperty_thenThrowsException 0.002 s
testEqualsAndHashCode 0.003 s

YamlMutableConfigTest

testParentBuilder 0.046 s
testParentVariableResolution 0.003 s
testParentDecoder 0.004 s
testNonIterableParent 0.005 s
testVariableResolution 0.003 s
testParentEncryption 0.019 s
testParentOverrideProperties 0.004 s
testDecoder 0.002 s
testDecoderEncryption 0.019 s
testDecorator 0.002 s
testParentDecorator 0.003 s
testDecoratorVariableResolution 0.003 s
testParent 0.003 s
testEncoderEncryption 0.020 s
testEncoder 0.003 s
testSetBooleanNull 0.004 s
testSetLongNull 0.005 s
testSetIntegerNull 0.004 s
testEncryption 0.036 s
testSetBoolean 0.107 s
testSet 0.107 s
testEmpty 0.002 s
testSetInteger 0.106 s
testSetLong 0.107 s
testSetNull 0.107 s
testRemove 0.106 s
testWatchableParent 0.208 s
testRemoveMultiple 0.107 s
testNullFileBuilder 0.002 s
testNullPathBuilder 0.001 s
testMissingUrlBuilder 0.002 s
testUrlBuilder 0.003 s
testMissingResourceBuilder 0.002 s
testCustomSeparatorBuilder 0.003 s
testMapBuilder 0.002 s
testNullResourceBuilder 0.002 s
testSaveWriter 0.006 s
testResourceBuilder 0.005 s
testMissingFileBuilder 0.002 s
testMissingPathBuilder 0.001 s
testNullUrlBuilder 0.002 s
testEmptyBuilder 0.002 s
testFileBuilder 0.004 s
testSaveOutputStream 0.004 s
testPathBuilder 0.002 s

SetupExamplesTest

exampleOfSpringEnvironment 0.010 s
exampleOfCommons 0.055 s
exampleOfDecorators 0.002 s
exampleOfCryptoCustomEngine 0.213 s
exampleOfSystemProperties 0.002 s
exampleOfSpringConfigurableEnvironment 0.101 s
exampleOfDecoders 0.001 s
exampleOfMutableJavaPreferences 0.082 s
exampleOfJavaProperties 0.001 s
exampleOfCryptoReadOnly 0.426 s
exampleOfMutableJson 0.596 s
exampleOfMutableYaml 0.082 s
exampleOfXml 0.157 s
exampleOfEncoders 0.002 s
exampleOfCryptoAndEncoderDecoder 0.643 s
exampleOfJavaPreferences 0.003 s
exampleOfJson 0.003 s
exampleOfYaml 0.004 s
exampleOfCrypto 0.342 s
exampleOfConfigHierarchyParentOverride 0.002 s
exampleOfConfigHierarchy 0.001 s
exampleOfVariableResolutionAndDecorators 0.003 s
exampleOfEnvironmentVariables 0.002 s
exampleOfMutableXml 0.270 s
exampleOfVariableResolution 0.002 s
exampleOfMutableCommons 0.002 s
exampleOfMutableJavaProperties 0.008 s

AbstractConfigCryptoEngineTest

testCreateSecureRandomError 0.077 s
testSetSecureRandom 0.001 s
testGetSecretKeyFactoryAlgorithm 0.010 s
testGetSecretKeyFactoryUnknownAlgorithm 0.005 s
testCreateCipherAlgorithm 0.001 s
testCreateCipherUnknownAlgorithm 0.003 s
testCreateSecureRandom 0 s
testGetSecureRandom 0.001 s

ConfigurableExamplesTest

exampleOfConfigurableProperties 0.010 s
exampleOfDisablePropertiesConfiguration 0.002 s
exampleOfFullOverrideConfigurable 0.003 s
exampleOfEnableNestedBeansConfiguration 0.003 s
exampleOfPreferredConfig 0.006 s

ConfigCryptoAesGcmEngineTest

testCreateSecretKeyWrongParams 0.048 s
testSetGcmInitVectorLength 0.008 s
testEncrypt 0.027 s
testCreateSecretKeyWrongSKFAlgorithm 0.002 s
testCreateKeySpec 0.003 s
testDecryptBadKeyType 0.007 s
testCreateKeySpecNegativeLength 0.001 s
testSetGcmTagLength 0.001 s
testEncryptBadKey 0.001 s
testSetSecretKeyLength 0 s
testConstructorAlgotithms 0.001 s
testDecrypt 0.026 s
testDestroy 0.027 s
testCreateKeySpecNegativeIterations 0 s
testSetSecretKeyIterations 0.001 s
testDecryptWrongPassword 0.026 s
testCreateSecretKey 0.001 s
testConstructor 0 s
testCreateCipher 0.001 s

EnableConfigurableComponentsTest

testChildContextNoPropsBean 0.005 s
testParentContextBean 0.004 s
testEnvironment 0.004 s
testParentContextNoPropsBean 0.004 s
testChildContextNestedBean 0.003 s
testGrandpaConfig 0.005 s
testChildContextParentCfgBean 0.003 s
testChildContextBean 0.003 s
testParentContextParentCfgBean 0.003 s
testParentContextNestedBean 0.002 s
testSibblingConfig 0.003 s
testChildContextChildCfgBean 0.003 s
testParentContextChildCfgBean 0.003 s
testParentConfig 0.003 s
testChildConfig 0.003 s
testParentContextStrictChildCfgBean 0.003 s
testChildContextStrictChildCfgBean 0.003 s

ExceptionsTest

testNonIterableConfigException 0.001 s
testConfigCryptoProviderException 0.001 s
testConfigCryptoWrongKeyException 0.001 s
testConfigException 0.001 s

XmlConfigTest

testParentBuilder 0.003 s
testEmpty 0.001 s
testParentVariableResolution 0.003 s
testParentDecoder 0.003 s
testNonIterableParent 0.003 s
testVariableResolution 0.003 s
testParentEncryption 0.019 s
testParentOverrideProperties 0.002 s
testDecoder 0.001 s
testDecoderEncryption 0.018 s
testDecorator 0.002 s
testParentDecorator 0.002 s
testDecoratorVariableResolution 0.002 s
testParent 0.002 s
testEncryption 0.017 s
testNullFileBuilder 0.001 s
testNullPathBuilder 0.001 s
testMissingUrlBuilder 0.001 s
testUrlBuilder 0.003 s
testMissingResourceBuilder 0.001 s
testCustomSeparatorBuilder 0.001 s
testNullResourceBuilder 0.001 s
testDocBuilder 0.001 s
testResourceBuilder 0.003 s
testMissingFileBuilder 0.001 s
testMissingPathBuilder 0.001 s
testNullUrlBuilder 0.001 s
testEmptyBuilder 0.001 s
testFileBuilder 0.002 s
testPathBuilder 0.002 s

ConfigurableComponentsPostProcessorTest

givenConfigurableBean_thenPostProcessBeforeInitialization_thenConfigureBean 1.327 s
givenNonConfigurableBean_thenPostProcessBeforeInitialization_thenIgnoreBean 0.007 s

EnvironmentConfigTest

testParentBuilder 0.023 s
testEmpty 0 s
testParentVariableResolution 0.001 s
testParentDecoder 0.001 s
testNonIterableParent 0.002 s
testVariableResolution 0 s
testParentEncryption 0.017 s
testParentOverrideProperties 0.001 s
testDecoder 0.001 s
testDecoderEncryption 0.016 s
testDecorator 0.001 s
testParentDecorator 0.001 s
testDecoratorVariableResolution 0.001 s
testParent 0.001 s
testEncryption 0.015 s
testGetEnvironmentVariables 0 s

XmlMutableConfigTest

testParentBuilder 0.003 s
testParentVariableResolution 0.003 s
testParentDecoder 0.004 s
testNonIterableParent 0.004 s
testVariableResolution 0.003 s
testParentEncryption 0.035 s
testParentOverrideProperties 0.002 s
testDecoder 0.001 s
testDecoderEncryption 0.025 s
testDecorator 0.002 s
testParentDecorator 0.002 s
testDecoratorVariableResolution 0.003 s
testParent 0.002 s
testEncoderEncryption 0.026 s
testEncoder 0.002 s
testSetBooleanNull 0.002 s
testSetLongNull 0.002 s
testSetIntegerNull 0.003 s
testEncryption 0.036 s
testSetBoolean 0.104 s
testSet 0.104 s
testEmpty 0.002 s
testSetInteger 0.104 s
testSetLong 0.104 s
testSetNull 0.103 s
testRemove 0.104 s
testWatchableParent 0.205 s
testRemoveMultiple 0.103 s
testNullFileBuilder 0.001 s
testNullPathBuilder 0.001 s
testMissingUrlBuilder 0.002 s
testUrlBuilder 0.002 s
testMissingResourceBuilder 0.001 s
testCustomSeparatorBuilder 0.001 s
testNullResourceBuilder 0.002 s
testSaveWriter 0.003 s
testDocBuilder 0.002 s
testResourceBuilder 0.002 s
testMissingFileBuilder 0.002 s
testMissingPathBuilder 0.001 s
testNullUrlBuilder 0.001 s
testEmptyBuilder 0.001 s
testFileBuilder 0.001 s
testSaveOutputStream 0.002 s
testPathBuilder 0.002 s

DelegatedMutableConfigTest

testGetInteger 0 s
testGetLongDefault 0 s
testGetIntegerDefault 0.001 s
testGet 0 s
testGetKeys 0 s
testGetLong 0.001 s
testGetSupplier 0.001 s
testGetUndecored 0 s
testContains 0 s
testGetBoolean 0.001 s
testGetBooleanSupplier 0 s
testGetParent 0 s
testGetKeysFilter 0.001 s
testGetBooleanDefault 0 s
testIsEmpty 0.001 s
testGetLongSupplier 0.001 s
testGetDefault 0 s
testGetIntegerSupplier 0.001 s
testGetKeysPredicate 0 s
testSetBoolean 0 s
testSet 0 s
testSetInteger 0 s
testSetLong 0.001 s
testRemove 0.001 s

PreferencesConfigTest

testParentBuilder 0.001 s
testEmpty 0 s
testParentVariableResolution 0.002 s
testParentDecoder 0.002 s
testNonIterableParent 0.002 s
testVariableResolution 0.001 s
testParentEncryption 0.017 s
testParentOverrideProperties 0.001 s
testDecoder 0 s
testDecoderEncryption 0.017 s
testDecorator 0.001 s
testParentDecorator 0.001 s
testDecoratorVariableResolution 0.001 s
testParent 0.001 s
testEncryption 0.017 s
testSystemClassPathBuilder 0.001 s
testUserClassBuilder 0.001 s
testSystemRootBuilder 0.001 s
testSystemClassBuilder 0.001 s
testUserPathBuilder 0.001 s
testNodeBuilder 0 s
testSystemPathBuilder 0 s
testUserClassPathBuilder 0 s
testUserRootBuilder 0.001 s

ConfigurerImplConfigureTest

testConfigureDefaultOptionsNoConfig 0.031 s
testConfigureOnlyNestedOptions 0.029 s
testConfigureNoPropertiesOptionsNoConfig 0.027 s
testConfigureNestedOptions 0.028 s
testConfigureNoPropertiesOptions 0.002 s
testConfigureOnlyNestedOptionsNoConfig 0.001 s
testConfigureDefaultOptions 0.002 s
testConfigureNoOptionsNoConfig 0.027 s
testConfigureNestedOptionsNoConfig 0.001 s
testConfigureNoOptions 0.002 s

ConfigSubtypeTest

testSimpleProxy 0.039 s
testHashCodeEqualToString 0.002 s
testMutableInvalidInstance 0.001 s
testIncompleteProxy 0.002 s
testWatchableInvalidInstance 0.002 s
testNonInterfaceProxy 0.001 s
testProxyNotNeeded 0.001 s
testExtendedInterface 0.002 s
testErrorHandling 0.004 s
testMutableInterface 0.003 s
testWatchableInterface 0.107 s
testLambdaProxy 0.003 s

ConfigPropertySourceTest

whenMultipleAnnotation_thenPropertiesAvailablesInEnvironment 0.967 s
whenSingleAnnotationInHierarchy_thenPropertiesAvailablesInEnvironment 0.049 s
whenMultipleAnnotationInHierarchy_thenPropertiesAvailablesInEnvironment 0.045 s
whenSingleAnnotation_thenPropertiesAvailablesInEnvironment 0.019 s

ApiUsageExamplesTest

exampleOfWatchableConfigUsage 0.130 s
exampleOfSubtype 0.003 s
exampleOfConfigKeyUsage 0.002 s
exampleOfMutableConfigUsage 0.001 s
exampleOfConfigUsage 0.001 s
exampleOfSubset 0.005 s

ValueDecoratorTest

testAndThen 0.001 s
testCompose 0.001 s

ConfigProviderConfigurerTest

givenNoProviderOrCustomizer_whenPostProcessBeanFactory_thenSetConfigProvider 0.596 s
givenCustomizerAndConfigBeans_whenCreateConfigProvider_thenUsesCustomizerToCreateProvider 0.221 s
givenSingleCustomizer_whenPostProcessBeanFactory_thenSetConfigProviderBeanName 0.005 s
givenCustomizerAndNoConfigBeans_whenCreateConfigProvider_thenUsesCustomizerToCreateProvider 0.006 s
givenNoCustomizerAndConfigBeans_whenCreateConfigProvider_thenCreatesProviderWithDefaultConfig 0.082 s
givenSingleProvider_whenPostProcessBeanFactory_thenSetConfigProviderBeanName 0.007 s
givenProvider_whenGetConfigProvider_thenReturnsProvider 0.046 s
givenEnvironment_whenCreateDefaultConfig_thenCreatesSpringEnvConfig 0.007 s
givenNoProviderBeanName_whenGetConfigProvider_thenCreatesProvider 0.039 s
givenProviderBeanName_whenGetConfigProvider_thenRetrievesProvider 0.005 s
givenNoCustomizerAndNoConfigBeans_whenCreateConfigProvider_thenCreatesProviderWithDefaultConfig 0.005 s
givenMultipleAppProviders_whenPostProcessBeanFactory_thenThrowException 0.008 s
givenMultipleCustomizers_whenPostProcessBeanFactory_thenThrowException 0.005 s

PropertiesMutableConfigTest

testParentBuilder 0.002 s
testParentVariableResolution 0.001 s
testParentDecoder 0.001 s
testNonIterableParent 0.001 s
testVariableResolution 0.001 s
testParentEncryption 0.017 s
testParentOverrideProperties 0.001 s
testDecoder 0.001 s
testDecoderEncryption 0.016 s
testDecorator 0 s
testParentDecorator 0.001 s
testDecoratorVariableResolution 0.001 s
testParent 0.001 s
testEncoderEncryption 0.018 s
testEncoder 0.001 s
testSetBooleanNull 0.002 s
testSetLongNull 0.002 s
testSetIntegerNull 0.002 s
testEncryption 0.038 s
testSetBoolean 0.103 s
testSet 0.102 s
testEmpty 0.001 s
testSetInteger 0.103 s
testSetLong 0.102 s
testSetNull 0.107 s
testRemove 0.102 s
testWatchableParent 0.202 s
testRemoveMultiple 0.103 s
testNullFileBuilder 0.001 s
testNullPathBuilder 0.001 s
testMissingUrlBuilder 0.001 s
testUrlBuilder 0.001 s
testPropertiesBuilder 0.001 s
testMissingResourceBuilder 0.001 s
testMapBuilder 0.001 s
testNullResourceBuilder 0.002 s
testSaveWriter 0.001 s
testResourceBuilder 0.001 s
testMissingFileBuilder 0.001 s
testMissingPathBuilder 0.001 s
testNullUrlBuilder 0.001 s
testEmptyBuilder 0.001 s
testFileBuilder 0.001 s
testSaveOutputStream 0.002 s
testPathBuilder 0.001 s

DelegatedOrneConfigurationTest

testConstructorNull 0.143 s
testContainsKeyError 0.017 s
testContainsKey 0.004 s
testContainsValue 0.003 s
testClearProperty 0.006 s
testGetProperty 0.002 s
testsGetKeysError 0.003 s
testsGetKeys 0.179 s
testGetPropertyError 0.002 s
testIsEmpty 0.001 s
testAddProperty 0.002 s
testConstructor 0.001 s
testIsEmptyError 0.002 s

SpringBootAutoConfigurerTest

testDisableAutoConfig 0.053 s
testDisableInjection 0.141 s
testDisableConfigurableBeans 0.020 s
testDefaultEnabledFeatures 0.025 s

ValueDecoderTest

testAndThen 0.001 s
testCompose 0.001 s

DelegatedOrneMutableConfigurationTest

testContainsKeyError 0.052 s
testContainsKey 0.001 s
testClearProperty 0.002 s
testGetProperty 0.001 s
testsGetKeysError 0.002 s
testsGetKeys 0.002 s
testClearPropertyError 0.001 s
testGetPropertyError 0.002 s
testIsEmpty 0.002 s
testAddProperty 0.002 s
testConstructor 0.002 s
testIsEmptyError 0.002 s
testAddPropertyError 0.002 s

ConfigTest

testGetInteger 0.008 s
testKeyMethodsEmptyOverride 0.001 s
testGetLong 0.005 s
testKeyMethodsDefault 0.002 s
testGetUndecored 0.001 s
testContains 0.001 s
testGetBoolean 0.001 s
testKeyMethodsOverride 0.001 s
testGetString 0.002 s
testParent 0.001 s

PreferencesMutableConfigTest

testParentBuilder 0.002 s
testParentVariableResolution 0.002 s
testParentDecoder 0.001 s
testNonIterableParent 0.002 s
testVariableResolution 0 s
testParentEncryption 0.021 s
testParentOverrideProperties 0.001 s
testDecoder 0.001 s
testDecoderEncryption 0.019 s
testDecorator 0 s
testParentDecorator 0 s
testDecoratorVariableResolution 0 s
testParent 0.001 s
testEncoderEncryption 0.016 s
testEncoder 0.001 s
testSetBooleanNull 0.002 s
testSetLongNull 0.001 s
testSetIntegerNull 0.001 s
testEncryption 0.032 s
testSetBoolean 0.102 s
testSet 0.102 s
testEmpty 0 s
testSetInteger 0.102 s
testSetLong 0.103 s
testSetNull 0.102 s
testRemove 0.102 s
testWatchableParent 0.202 s
testRemoveMultiple 0.102 s
testSystemClassPathBuilder 0.001 s
testUserClassBuilder 0 s
testSystemRootBuilder 0.001 s
testSystemClassBuilder 0.001 s
testUserPathBuilder 0.001 s
testNodeBuilder 0.001 s
testSystemPathBuilder 0.001 s
testUserClassPathBuilder 0.001 s
testUserRootBuilder 0.001 s

CommonsIntegrationExamplesTest

exampleOfConfigAsApacheImmutableConfiguration 0.030 s
exampleOfApacheImmutableConfigurationAsConfig 0.011 s
exampleOfMutableConfigAsApacheConfiguration 0.005 s
exampleOfApacheConfigurationAsMutableConfig 0.006 s

ConfigSubsetTest

testMutableSubset 0.003 s
testHashCodeEqualToString 0 s
testWatchabeSubset 0.205 s
testWatchabeNestedSubset 0.101 s
testMutableNestedSubset 0.001 s
testSubset 0.001 s
testNestedSubset 0.001 s

SpringEnvironmentConfigTest

testParentBuilder 0.006 s
testEmpty 0.002 s
testParentVariableResolution 0.004 s
testParentDecoder 0.004 s
testNonIterableParent 0.005 s
testVariableResolution 0.004 s
testParentEncryption 0.123 s
testParentOverrideProperties 0.004 s
testDecoder 0.003 s
testDecoderEncryption 0.118 s
testDecorator 0.003 s
testParentDecorator 0.004 s
testDecoratorVariableResolution 0.003 s
testParent 0.004 s
testEncryption 0.117 s
givenNonConfigurableEnvironment_whenWithIterableKeys_thenThrowsException 0.003 s
testEnvironmentBuilder 0.002 s
givenNonIterableConfig_whenGetKeys_thenThrowsException 0.001 s

JsonConfigTest

testParentBuilder 0.442 s
testEmpty 0.001 s
testParentVariableResolution 0.003 s
testParentDecoder 0.003 s
testNonIterableParent 0.005 s
testVariableResolution 0.002 s
testParentEncryption 0.034 s
testParentOverrideProperties 0.003 s
testDecoder 0.002 s
testDecoderEncryption 0.037 s
testDecorator 0.003 s
testParentDecorator 0.003 s
testDecoratorVariableResolution 0.002 s
testParent 0.003 s
testEncryption 0.030 s
testNullFileBuilder 0.002 s
testNullPathBuilder 0.002 s
testMissingUrlBuilder 0.002 s
testUrlBuilder 0.003 s
testMissingResourceBuilder 0.002 s
testCustomSeparatorBuilder 0.004 s
testMapBuilder 0.002 s
testNullResourceBuilder 0.002 s
testResourceBuilder 0.002 s
testMissingFileBuilder 0.002 s
testMissingPathBuilder 0.002 s
testNullUrlBuilder 0.002 s
testEmptyBuilder 0.002 s
testFileBuilder 0.003 s
testPathBuilder 0.003 s

CommonsConfigTest

testParentBuilder 0.113 s
testEmpty 0.002 s
testParentVariableResolution 0.006 s
testParentDecoder 0.004 s
testNonIterableParent 0.004 s
testVariableResolution 0.002 s
testParentEncryption 0.276 s
testParentOverrideProperties 0.004 s
testDecoder 0.002 s
testDecoderEncryption 0.116 s
testDecorator 0.002 s
testParentDecorator 0.003 s
testDecoratorVariableResolution 0.003 s
testParent 0.004 s
testEncryption 0.116 s

JsonMutableConfigTest

testParentBuilder 0.006 s
testParentVariableResolution 0.004 s
testParentDecoder 0.005 s
testNonIterableParent 0.004 s
testVariableResolution 0.002 s
testParentEncryption 0.029 s
testParentOverrideProperties 0.004 s
testDecoder 0.004 s
testDecoderEncryption 0.031 s
testDecorator 0.003 s
testParentDecorator 0.004 s
testDecoratorVariableResolution 0.002 s
testParent 0.002 s
testEncoderEncryption 0.026 s
testEncoder 0.002 s
testSetBooleanNull 0.003 s
testSetLongNull 0.003 s
testSetIntegerNull 0.002 s
testEncryption 0.052 s
testSetBoolean 0.106 s
testSet 0.105 s
testEmpty 0.002 s
testSetInteger 0.104 s
testSetLong 0.104 s
testSetNull 0.104 s
testRemove 0.104 s
testWatchableParent 0.204 s
testRemoveMultiple 0.103 s
testNullFileBuilder 0.001 s
testNullPathBuilder 0.002 s
testMissingUrlBuilder 0.001 s
testUrlBuilder 0.002 s
testMissingResourceBuilder 0.001 s
testCustomSeparatorBuilder 0.002 s
testMapBuilder 0.002 s
testNullResourceBuilder 0.001 s
testSaveWriter 0.003 s
testResourceBuilder 0.001 s
testMissingFileBuilder 0.001 s
testMissingPathBuilder 0.001 s
testNullUrlBuilder 0 s
testEmptyBuilder 0 s
testFileBuilder 0.001 s
testSaveOutputStream 0.002 s
testPathBuilder 0.001 s

ConfigurerImplPrimitivePropertiesTest

testConfigurePrimitiveProperties 0.014 s
testConfigurePropertiesPermissionsUnconfigured 0.004 s
testConfigureWithConfigError 0.014 s
testConfigurePropertiesPermissions 0.011 s
testConfigurePrimitivePropertiesUnconfigured 0.004 s
testConfigurePrimitivePropertiesNull 0.006 s
testConfigureWrapperPropertiesUnconfigured 0.004 s
testConfigureWithBeanError 0.004 s
testConfigureWrapperProperties 0.007 s
testConfigurePropertiesPermissionsNull 0.007 s
testConfigureWrapperPropertiesNull 0.007 s

SpringExamplesTest

exampleOfEnableConfigurableComponents 0.038 s
exampleOfCustomChildConfigProviderContextHierarchy 0.076 s
exampleOfWrongContextHierarchy 0.030 s
exampleOfWrongCustomConfigProviderContextHierarchy 0.058 s
exampleOfConfigPropertySource 0.014 s
exampleOfEnableFullFeatures 0.034 s
exampleOfEnableConfigurableComponentsExposedConfigurer 0.025 s
exampleOfOwnConfigProvider 0.026 s
exampleOfWrongCustomContextHierarchy 0.052 s
exampleOfCustomizer 0.024 s
exampleOfPreferredConfigInjection 0.019 s
exampleOfContextHierarchy 0.053 s
exampleOfCustomContextHierarchy 0.054 s

EnablePreferredConfigInjectionTest

whenNoConfigAndQualifier_thenDefaultConfigIsInjected 0.029 s
whenSubtypeConfigAndNoQualifier_thenDefaultConfigIsInjected 0.015 s
whenNoConfigAndNoQualifier_thenDefaultConfigIsInjected 0.011 s
whenMultipleConfigsAndQualifier_thenSubtypeConfigIsInjected 0.025 s
whenNoConfigAndNoDefaultQualifier_thenExceptionIsThrown 0.012 s
whenCustomizedAndNoDefaultQualifier_thenPrimaryConfigIsInjected 0.017 s
whenCustomizedAndNoQualifier_thenDefaultConfigIsInjected 0.017 s
whenMultipleConfigsAndNoDefaultQualifier_thenPrimaryConfigIsInjected 0.015 s
whenSubtypeConfigAndQualifier_thenDefaultConfigIsInjected 0.012 s
whenSubtypeConfigAndNoDefaultQualifier_thenExceptionIsThrown 0.012 s
whenCustomizedAndQualifier_thenSubtypeConfigIsInjected 0.015 s
whenMultipleConfigsAndNoQualifier_thenDefaultConfigIsInjected 0.015 s

DelegatedOrneConfigurationDecoderTest

testConstructorNull 0.001 s
testDecode_Error 0.036 s
testDecode 0.001 s
testConstructor 0.001 s

PropertiesConfigTest

testParentBuilder 0.003 s
testEmpty 0 s
testParentVariableResolution 0.001 s
testParentDecoder 0.001 s
testNonIterableParent 0.002 s
testVariableResolution 0.001 s
testParentEncryption 0.019 s
testParentOverrideProperties 0.001 s
testDecoder 0 s
testDecoderEncryption 0.017 s
testDecorator 0.001 s
testParentDecorator 0.001 s
testDecoratorVariableResolution 0.001 s
testParent 0.001 s
testEncryption 0.017 s
testNullFileBuilder 0.001 s
testNullPathBuilder 0 s
testMissingUrlBuilder 0 s
testUrlBuilder 0.001 s
testPropertiesBuilder 0.001 s
testMissingResourceBuilder 0 s
testMapBuilder 0 s
testNullResourceBuilder 0.001 s
testResourceBuilder 0.001 s
testMissingFileBuilder 0.001 s
testMissingPathBuilder 0.001 s
testNullUrlBuilder 0.001 s
testEmptyBuilder 0 s
testFileBuilder 0.001 s
testPathBuilder 0.001 s

YamlConfigTest

testParentBuilder 0.002 s
testEmpty 0.001 s
testParentVariableResolution 0.002 s
testParentDecoder 0.002 s
testNonIterableParent 0.002 s
testVariableResolution 0.001 s
testParentEncryption 0.019 s
testParentOverrideProperties 0.001 s
testDecoder 0.001 s
testDecoderEncryption 0.017 s
testDecorator 0.001 s
testParentDecorator 0.001 s
testDecoratorVariableResolution 0.001 s
testParent 0.001 s
testEncryption 0.016 s
testNullFileBuilder 0 s
testNullPathBuilder 0 s
testMissingUrlBuilder 0.001 s
testUrlBuilder 0.002 s
testMissingResourceBuilder 0.001 s
testCustomSeparatorBuilder 0.001 s
testMapBuilder 0.001 s
testNullResourceBuilder 0.001 s
testResourceBuilder 0.002 s
testMissingFileBuilder 0 s
testMissingPathBuilder 0 s
testNullUrlBuilder 0 s
testEmptyBuilder 0 s
testFileBuilder 0.002 s
testPathBuilder 0.001 s

ConfigurerImplNestedBeansTest

testConfigureNestedBeansMixed 0.067 s
testConfigureNestedBeansConfigured 0.004 s
testConfigureNestedBeansUnconfigured 0.004 s
testConfigureNullNestedBeans 0.002 s

ConfigurableComponentsConfigurerTest

givenExposeConfigurerTrue_thenConfigurableComponentsPostProcessor_thenCreatesAndExposesNewConfigurer 0.510 s
givenExposedConfigurer_whenConfigurableComponentsConfigurer_thenExposeConfigurer 0.003 s
givenNotExposedConfigurer_whenConfigurableComponentsConfigurer_thenDontExposeConfigurer 0.003 s
givenExposeConfigurerFalse_thenConfigurableComponentsPostProcessor_thenCreatesNewConfigurer 0.005 s
givenAnnotation_whenSetImportMetadata_thenSetAnnotationMetadata 0.009 s

DelegatedWatchableConfigTest

testGetInteger 0.041 s
testGetLongDefault 0.001 s
testGetIntegerDefault 0.001 s
testGet 0.001 s
testGetKeys 0 s
testGetLong 0.001 s
testGetSupplier 0.001 s
testGetUndecored 0.001 s
testContains 0 s
testGetBoolean 0 s
testGetBooleanSupplier 0 s
testGetParent 0.001 s
testGetKeysFilter 0.001 s
testGetBooleanDefault 0 s
testIsEmpty 0.001 s
testGetLongSupplier 0.001 s
testGetDefault 0 s
testGetIntegerSupplier 0 s
testGetKeysPredicate 0 s
testSetBoolean 0 s
testSet 0.001 s
testSetInteger 0 s
testSetLong 0 s
testRemove 0.001 s
testSetLongEvent 0.103 s
testRemoveListener 0.203 s
testRemoveEvent 0.102 s
testSetBooleanEvent 0.101 s
testSetIntegerEvent 0.101 s
testSetEvent 0.101 s

DefaultConfigCryptoProviderTest

testEncrypt 0.039 s
testGetEncryptSync 0.015 s
testDestroyEngine 0.003 s
testBuilder 0.001 s
testBuilderNewEngine 0.057 s
testGetCipher 0.001 s
testDecrypt 0.001 s
testDestroy 0.002 s
testGetCipherSync 0.007 s
testGetDecryptSync 0.005 s

CommonsMutableConfigTest

testParentBuilder 0.003 s
testParentVariableResolution 0.002 s
testParentDecoder 0.001 s
testNonIterableParent 0.001 s
testVariableResolution 0.001 s
testParentEncryption 0.026 s
testParentOverrideProperties 0.002 s
testDecoder 0.002 s
testDecoderEncryption 0.027 s
testDecorator 0.001 s
testParentDecorator 0.001 s
testDecoratorVariableResolution 0.001 s
testParent 0.002 s
testEncoderEncryption 0.026 s
testEncoder 0.001 s
testSetBooleanNull 0.002 s
testSetLongNull 0.002 s
testSetIntegerNull 0.002 s
testEncryption 0.041 s
testSetBoolean 0.104 s
testSet 0.104 s
testEmpty 0.001 s
testSetInteger 0.103 s
testSetLong 0.103 s
testSetNull 0.103 s
testRemove 0.102 s
testWatchableParent 0.204 s
testRemoveMultiple 0.103 s

SystemConfigTest

testParentBuilder 0.119 s
testEmpty 0.001 s
testParentVariableResolution 0.003 s
testParentDecoder 0.002 s
testNonIterableParent 0.003 s
testVariableResolution 0.001 s
testParentEncryption 0.026 s
testParentOverrideProperties 0.002 s
testDecoder 0.001 s
testDecoderEncryption 0.026 s
testDecorator 0.002 s
testParentDecorator 0.002 s
testDecoratorVariableResolution 0.001 s
testParent 0.002 s
testEncryption 0.025 s

ConfigProviderImplTest

testConstructorNull 0 s
testSelectNoOptions 0.069 s
testSelectPreferredOptions 0.025 s
testSelectPreferredNoDefaultOptionsNoFound 0.001 s
testSelectPreferredOptionsNoFound 0 s
testRegister 0 s
testSelectPreferredNoDefaultOptions 0.001 s
testConstructor 0.001 s
testSelectDefaultOptions 0 s

ValueEncoderTest

testAndThen 0.002 s
testCompose 0.002 s

PooledConfigCryptoProviderTest

testPooledCipherFactoryCreateFail 0.003 s
testDecryptBorrowFailIllegalState 0.042 s
testPooledCipherFactoryWrap 0.002 s
testEncrypt 0.001 s
testBuilderCustomEngineKey 0.003 s
testDecryptReturnFail 0.002 s
testEncryptBorrowFailFactory 0.001 s
testBuilderCustomEnginePass 0 s
testEncryptEncryptReturnFail 0.002 s
testDestroyEngine 0.001 s
testBuilderAesEngine 0 s
testEncryptReturnFail 0.001 s
testDecryptBorrowFailNoSuchElement 0 s
testDecryptDecryptReturnFail 0.002 s
testDecryptBorrowFailFactory 0.001 s
testPooledCipherFactoryCreate 0.001 s
testEncryptEncryptFail 0.002 s
testBuilderAesEngineKeyDoNotDestroy 0 s
testEncryptBorrowFailIllegalState 0.001 s
testDecrypt 0.001 s
testDestroy 0.001 s
testDecryptDecryptFail 0.001 s
testEncryptBorrowFailNoSuchElement 0.001 s
testBuilderAesEnginePass 0.035 s
testBuilderCustomEngineKeyDestroy 0 s
testPooledCipherFactoryConstructor 0.001 s

DelegatedConfigTest

testGetInteger 0.002 s
testGetLongDefault 0.001 s
testGetIntegerDefault 0.002 s
testGet 0.001 s
testGetKeys 0.002 s
testGetLong 0.002 s
testGetSupplier 0.002 s
testGetUndecored 0.001 s
testContains 0.001 s
testGetBoolean 0.001 s
testGetBooleanSupplier 0.001 s
testGetParent 0.002 s
testGetKeysFilter 0.001 s
testGetBooleanDefault 0.001 s
testIsEmpty 0.001 s
testGetLongSupplier 0.002 s
testGetDefault 0.001 s
testGetIntegerSupplier 0.001 s
testGetKeysPredicate 0.051 s

ConfigPropertySourcePostProcessorTest

givenSourceAnnotation_whenProcessConfigurationBean_thenProcessSource 0.079 s
givenNameWithNoConfigBean_whenProcessSource_thenThrowException 0.125 s
givenSourcesAnnotation_whenProcessConfigurationBean_thenProcessEachSource 0.007 s
givenName_whenProcessSource_thenAddPropertySource 0.004 s
givenType_whenProcessSource_thenAddPropertySource 0.005 s
givenNameWithExistingSource_testProcessSource_thenReplaceSource 0.064 s
givenNoNameOrType_whenProcessSource_thenThrowException 0.004 s
givenConfigurableEnvironment_whenSetEnvironment_thenSetEnvironment 0.002 s
givenTypeWithNoBeanAndOptional_whenProcessSource_thenIgnoreSource 0.003 s
givenNameAndType_whenProcessSource_thenThrowException 0.004 s
givenNameWithNoBean_whenProcessSource_thenThrowException 0.009 s
givenSourcesEmptyAnnotation_whenProcessConfigurationBean_thenDoNothing 0.005 s
givenNoEnvironment_whenPostProcessBeanFactory_thenThrowException 0.002 s
givenSourceAndSourcesAnnotation_whenProcessConfigurationBean_thenProcessEachSource 0.006 s
givenNonConfigurableEnvironment_whenSetEnvironment_thenThrowException 0.035 s
givenTypeWithNoBean_whenProcessSource_thenThrowException 0.006 s
givenConfigurationBeanDefinitions_whenPostProcessBeanFactory_thenCallProcessConfigurationBean 0.007 s
givenTypeWithManyBeans_whenProcessSource_thenThrowException 0.005 s
givenNoSourceAnnotations_whenProcessConfigurationBean_thenDoNothing 0.004 s
givenNameWithNoBeanAndOptional_whenProcessSource_thenIgnoreSource 0.004 s
givenTypeWithExistingSource_whenProcessSource_thenReplaceSource 0.005 s

EnableOrneConfigTest

givenNoQualifier_thenContructorBean_thenDefaultConfigIsInjected 0.010 s
testEnvironment 0.002 s
givenNoQualifier_thenConfigurableBean_thenDefaultConfigIsInjected 0.003 s
givenQualifier_thenConfigurableBean_thenDefaultConfigIsInjected 0.003 s
givenQualifier_thenContructorBean_thenDefaultConfigIsInjected 0.002 s