|
|
|
|
@ -30,6 +30,13 @@ import static org.assertj.core.api.Assertions.assertThat;
@@ -30,6 +30,13 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|
|
|
|
*/ |
|
|
|
|
class DifferenceTests { |
|
|
|
|
|
|
|
|
|
private static ConfigurationMetadataProperty createProperty(String id, Object defaultValue) { |
|
|
|
|
ConfigurationMetadataProperty property = new ConfigurationMetadataProperty(); |
|
|
|
|
property.setId(id); |
|
|
|
|
property.setDefaultValue(defaultValue); |
|
|
|
|
return property; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Nested |
|
|
|
|
class DefaultChangedTests { |
|
|
|
|
|
|
|
|
|
@ -88,11 +95,4 @@ class DifferenceTests {
@@ -88,11 +95,4 @@ class DifferenceTests {
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private static ConfigurationMetadataProperty createProperty(String id, Object defaultValue) { |
|
|
|
|
ConfigurationMetadataProperty property = new ConfigurationMetadataProperty(); |
|
|
|
|
property.setId(id); |
|
|
|
|
property.setDefaultValue(defaultValue); |
|
|
|
|
return property; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|