Searched refs:mergedConfig1 (Results 1 – 2 of 2) sorted by relevance
161 final Configuration mergedConfig1 = new Configuration(mergedOverrideConfig1); in testConfigurationChangePropagation() local173 assertEquals(mergedConfig1, child1.getConfiguration()); in testConfigurationChangePropagation()187 mergedConfig1.setTo(mergedRootConfig); in testConfigurationChangePropagation()188 mergedConfig1.updateFrom(mergedOverrideConfig1); in testConfigurationChangePropagation()190 mergedConfig2.setTo(mergedConfig1); in testConfigurationChangePropagation()199 assertEquals(mergedConfig1, child1.getConfiguration()); in testConfigurationChangePropagation()
679 final Configuration mergedConfig1 = new Configuration(mergedOverrideConfig1); in testConfigurationChangePropagation() local691 assertEquals(mergedConfig1, child1.getConfiguration()); in testConfigurationChangePropagation()705 mergedConfig1.setTo(mergedRootConfig); in testConfigurationChangePropagation()706 mergedConfig1.updateFrom(mergedOverrideConfig1); in testConfigurationChangePropagation()708 mergedConfig2.setTo(mergedConfig1); in testConfigurationChangePropagation()717 assertEquals(mergedConfig1, child1.getConfiguration()); in testConfigurationChangePropagation()