Class DefaultTmaRetrieveUserPriceGroupsStrategyTest
- java.lang.Object
-
- de.hybris.platform.b2ctelcoservices.pricing.strategy.impl.DefaultTmaRetrieveUserPriceGroupsStrategyTest
-
@UnitTest public class DefaultTmaRetrieveUserPriceGroupsStrategyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultTmaRetrieveUserPriceGroupsStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestRetrieveUserPriceGroupConfiguredOnUser()voidtestRetrieveUserPriceGroupFromUserGroup()voidtestRetrieveUserPriceGroupsFromBothGroupAndUser()voidtestRetrieveUserPriceGroupsFromThreeHierarchyUserGroupsAndUser()voidtestRetrieveUserPriceGroupsFromTwoHierarchyUserGroups()voidtestRetrieveUserPriceGroupsFromTwoUserGroupsAndUser()voidtestRetrieveUserPriceGroupWhenEmpty()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testRetrieveUserPriceGroupWhenEmpty
public void testRetrieveUserPriceGroupWhenEmpty()
-
testRetrieveUserPriceGroupConfiguredOnUser
public void testRetrieveUserPriceGroupConfiguredOnUser()
-
testRetrieveUserPriceGroupFromUserGroup
public void testRetrieveUserPriceGroupFromUserGroup()
-
testRetrieveUserPriceGroupsFromBothGroupAndUser
public void testRetrieveUserPriceGroupsFromBothGroupAndUser()
-
testRetrieveUserPriceGroupsFromTwoUserGroupsAndUser
public void testRetrieveUserPriceGroupsFromTwoUserGroupsAndUser()
-
testRetrieveUserPriceGroupsFromTwoHierarchyUserGroups
public void testRetrieveUserPriceGroupsFromTwoHierarchyUserGroups()
-
testRetrieveUserPriceGroupsFromThreeHierarchyUserGroupsAndUser
public void testRetrieveUserPriceGroupsFromThreeHierarchyUserGroupsAndUser()
-
-