Class ProductConfigurationAccessControlServiceImplTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.services.impl.ProductConfigurationAccessControlServiceImplTest
-
@UnitTest public class ProductConfigurationAccessControlServiceImplTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProductConfigurationAccessControlServiceImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize()voidtestConfigurationAbstractOrderEntryLinkStrategy()voidtestIsReadAllowedCartBoundFalse()voidtestIsReadAllowedCartBoundTrue()voidtestIsReadAllowedExternalCreatedConfig()voidtestIsReadAllowedProductBound()voidtestIsRelatedToNonDraftDocumentFalse()voidtestIsRelatedToNonDraftDocumentTrue()voidtestIsReleaseAllowed()voidtestIsReleaseAllowedFalse()voidtestIsUpdateAllowed()voidtestIsUpdateAllowedCartBound()voidtestIsUpdateAllowedDraftBelongsToDifferentUser()
-
-
-
Method Detail
-
initialize
public void initialize()
-
testConfigurationAbstractOrderEntryLinkStrategy
public void testConfigurationAbstractOrderEntryLinkStrategy()
-
testIsUpdateAllowed
public void testIsUpdateAllowed()
-
testIsUpdateAllowedCartBound
public void testIsUpdateAllowedCartBound()
-
testIsUpdateAllowedDraftBelongsToDifferentUser
public void testIsUpdateAllowedDraftBelongsToDifferentUser()
-
testIsRelatedToNonDraftDocumentTrue
public void testIsRelatedToNonDraftDocumentTrue()
-
testIsRelatedToNonDraftDocumentFalse
public void testIsRelatedToNonDraftDocumentFalse()
-
testIsReadAllowedProductBound
public void testIsReadAllowedProductBound()
-
testIsReadAllowedCartBoundTrue
public void testIsReadAllowedCartBoundTrue()
-
testIsReadAllowedCartBoundFalse
public void testIsReadAllowedCartBoundFalse()
-
testIsReleaseAllowed
public void testIsReleaseAllowed()
-
testIsReleaseAllowedFalse
public void testIsReleaseAllowedFalse()
-
testIsReadAllowedExternalCreatedConfig
public void testIsReadAllowedExternalCreatedConfig()
-
-