Class MapUIEditorTest
java.lang.Object
de.hybris.platform.cockpit.model.editor.impl.MapUIEditorTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests if for given ordered map, the correct entry key is replaced.voidTests if for given ordered map, the correct entry value is replaced.void
-
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.
-