Class UnorderedRelationUnitTest
java.lang.Object
de.hybris.platform.persistence.links.jdbc.dml.relation.UnorderedRelationUnitTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
UnorderedRelationUnitTest
public UnorderedRelationUnitTest()
-
-
Method Details
-
shouldNoGenerateOperationsForRemovalOfEmptyItems
public void shouldNoGenerateOperationsForRemovalOfEmptyItems() -
shouldNoGenerateOperationsForRemovalWhenRelationHasNoChildren
public void shouldNoGenerateOperationsForRemovalWhenRelationHasNoChildren() -
shouldGenerateRemoveOperation
public void shouldGenerateRemoveOperation() -
shouldGenerateRemoveOperationsForAllChildren
public void shouldGenerateRemoveOperationsForAllChildren() -
shouldInsertWhenThereIsNoExistingLink
public void shouldInsertWhenThereIsNoExistingLink() -
shouldInsertChildren
public void shouldInsertChildren() -
shouldSetChildrenForEmptyRelation
public void shouldSetChildrenForEmptyRelation() -
shouldRemoveAllExistingLinksWhenSettingToEmptyCollection
public void shouldRemoveAllExistingLinksWhenSettingToEmptyCollection() -
shouldReuseAllExistingLinksWhenSettingLinks
public void shouldReuseAllExistingLinksWhenSettingLinks() -
shouldReusePartOfExistingLinks
public void shouldReusePartOfExistingLinks() -
shouldReuseMultipleLinksToTheSameChild
public void shouldReuseMultipleLinksToTheSameChild() -
shouldBeSmart
public void shouldBeSmart() -
shouldTouchParrentAndChildWhenRemovingExistingLink
public void shouldTouchParrentAndChildWhenRemovingExistingLink() -
shouldNotTouchParrentAndChildWhenRemovingNonExistingLink
public void shouldNotTouchParrentAndChildWhenRemovingNonExistingLink() -
shouldTouchParrentAndChildWhenInsertingNewLink
public void shouldTouchParrentAndChildWhenInsertingNewLink() -
shouldNotTouchParrentAndChildWhenSettingToTheSameLinks
public void shouldNotTouchParrentAndChildWhenSettingToTheSameLinks()
-