Class PropertyComparatorTest
- java.lang.Object
-
- de.hybris.platform.importcockpit.components.contentbrowser.util.PropertyComparatorTest
-
@UnitTest public class PropertyComparatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PropertyComparatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCompareDifferentLabels()voidtestCompareSameLabels()voidtestCompareSameLabelsAndAttributeNames()voidtestCompareTrivial()voidtestObligatoryAttributes()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCompareTrivial
public void testCompareTrivial()
-
testCompareDifferentLabels
public void testCompareDifferentLabels()
-
testCompareSameLabels
public void testCompareSameLabels()
-
testCompareSameLabelsAndAttributeNames
public void testCompareSameLabelsAndAttributeNames()
-
testObligatoryAttributes
public void testObligatoryAttributes()
-
-