|
|
|
@ -144,7 +144,7 @@ class ConfigurationPropertySourcesTests { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Test // gh-21416
|
|
|
|
@Test // gh-21416
|
|
|
|
void decendantOfPropertyAccessWhenMutableWithCacheShouldBePerformant() { |
|
|
|
void descendantOfPropertyAccessWhenMutableWithCacheShouldBePerformant() { |
|
|
|
StandardEnvironment environment = createPerformanceTestEnvironment(true); |
|
|
|
StandardEnvironment environment = createPerformanceTestEnvironment(true); |
|
|
|
Iterable<ConfigurationPropertySource> sources = ConfigurationPropertySources.get(environment); |
|
|
|
Iterable<ConfigurationPropertySource> sources = ConfigurationPropertySources.get(environment); |
|
|
|
ConfigurationPropertyName missing = ConfigurationPropertyName.of("missing"); |
|
|
|
ConfigurationPropertyName missing = ConfigurationPropertyName.of("missing"); |
|
|
|
|