Package de.hybris.platform.test
Class ConfigUtilTest
- java.lang.Object
-
- de.hybris.platform.test.ConfigUtilTest
-
@UnitTest public class ConfigUtilTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConfigUtilTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testExpandProperties()
Tests if recursive way of expanding properties works.
-
-
-
Method Detail
-
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}
-
-