Class ConfigUtilTest

java.lang.Object
de.hybris.platform.test.ConfigUtilTest

@UnitTest public class ConfigUtilTest extends Object
  • 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}