Package de.hybris.platform.test
Class ConfigUtilTest
java.lang.Object
de.hybris.platform.test.ConfigUtilTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests if recursive way of expanding properties works.
-
Constructor Details
-
ConfigUtilTest
public ConfigUtilTest()
-
-
Method Details
-
testExpandProperties
public void testExpandProperties()Tests if recursive way of expanding properties works. See PLA-10609 for details.
Adds four test properties and checks if they were expanded properly:- test.property.1=test.property
- test.property.2=${test.property.1}/some/content
- test.property.3=${test.property.2}/some/more/content
- test.property.4=${test.property.3} ${test.property.1} ${unresolved.property}
-