Class MapUIEditorTest

java.lang.Object
de.hybris.platform.cockpit.model.editor.impl.MapUIEditorTest

@UnitTest @ContextConfiguration("classpath:/cockpit/cockpit-spring-editors.xml") public class MapUIEditorTest extends Object
  • Constructor Details

    • MapUIEditorTest

      public MapUIEditorTest()
  • Method Details

    • testSomething

      public void testSomething()
    • mapKeyReplacementTest

      public void mapKeyReplacementTest()
      Tests if for given ordered map, the correct entry key is replaced. The important thing is that entry with new key should reside in the same position in order.
    • mapValueReplacementTest

      public void mapValueReplacementTest()
      Tests if for given ordered map, the correct entry value is replaced. The important thing is that entry with new key should reside in the same position in order.