Class UniqueAttributesAttributeHandlerUnitTest
- java.lang.Object
-
- de.hybris.platform.integrationservices.model.UniqueAttributesAttributeHandlerUnitTest
-
@UnitTest public class UniqueAttributesAttributeHandlerUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UniqueAttributesAttributeHandlerUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestItemDoesNotHaveAttributes()voidtestItemDoesNotHaveUniqueAttribute()voidtestItemHasOnlyReferenceAttributeUnique()voidtestItemHasOnlySimpleAttributesUnique()voidtestItemHasSimpleAndReferenceAttributesUnique()voidtestItemHasUniqueReferenceAttributeReferencingAnAlreadyProcessedType()voidtestItemHasUniqueReferenceAttributeReferencingItsItemType()
-
-
-
Method Detail
-
testItemDoesNotHaveAttributes
public void testItemDoesNotHaveAttributes()
-
testItemDoesNotHaveUniqueAttribute
public void testItemDoesNotHaveUniqueAttribute()
-
testItemHasOnlySimpleAttributesUnique
public void testItemHasOnlySimpleAttributesUnique()
-
testItemHasOnlyReferenceAttributeUnique
public void testItemHasOnlyReferenceAttributeUnique()
-
testItemHasSimpleAndReferenceAttributesUnique
public void testItemHasSimpleAndReferenceAttributesUnique()
-
testItemHasUniqueReferenceAttributeReferencingItsItemType
public void testItemHasUniqueReferenceAttributeReferencingItsItemType()
-
testItemHasUniqueReferenceAttributeReferencingAnAlreadyProcessedType
public void testItemHasUniqueReferenceAttributeReferencingAnAlreadyProcessedType()
-
-