Class DefaultPersonalizationHandlerTest
- java.lang.Object
-
- de.hybris.platform.personalizationservices.handlers.impl.DefaultPersonalizationHandlerTest
-
@UnitTest public class DefaultPersonalizationHandlerTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultPersonalizationHandlerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestActionListOptimization()voidtestActivatePersonalization()voidtestAsyncVote()voidtestAsyncVoteWithoutConsent()voidtestFinalVoteMerging()voidtestFinalVoteOrder()voidtestIgnoreVote()voidtestIgnoreVoteMerging()voidtestLoadVote()voidtestMultipleVote()voidtestRecalculateVote()voidtestUpdateVote()voidtestUpdateVoteWithoutConsent()voidtestVoteMerging()voidtestVoteMergingWithoutConsent()
-
-
-
Method Detail
-
setup
public void setup()
-
testActivatePersonalization
public void testActivatePersonalization() throws java.lang.Exception- Throws:
java.lang.Exception
-
testAsyncVote
public void testAsyncVote() throws java.lang.Exception- Throws:
java.lang.Exception
-
testAsyncVoteWithoutConsent
public void testAsyncVoteWithoutConsent() throws java.lang.Exception- Throws:
java.lang.Exception
-
testIgnoreVote
public void testIgnoreVote() throws java.lang.Exception- Throws:
java.lang.Exception
-
testRecalculateVote
public void testRecalculateVote() throws java.lang.Exception- Throws:
java.lang.Exception
-
testUpdateVote
public void testUpdateVote() throws java.lang.Exception- Throws:
java.lang.Exception
-
testUpdateVoteWithoutConsent
public void testUpdateVoteWithoutConsent() throws java.lang.Exception- Throws:
java.lang.Exception
-
testLoadVote
public void testLoadVote() throws java.lang.Exception- Throws:
java.lang.Exception
-
testVoteMerging
public void testVoteMerging() throws java.lang.Exception- Throws:
java.lang.Exception
-
testVoteMergingWithoutConsent
public void testVoteMergingWithoutConsent() throws java.lang.Exception- Throws:
java.lang.Exception
-
testMultipleVote
public void testMultipleVote() throws java.lang.Exception- Throws:
java.lang.Exception
-
testIgnoreVoteMerging
public void testIgnoreVoteMerging() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFinalVoteMerging
public void testFinalVoteMerging() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFinalVoteOrder
public void testFinalVoteOrder() throws java.lang.Exception- Throws:
java.lang.Exception
-
testActionListOptimization
public void testActionListOptimization() throws java.lang.Exception- Throws:
java.lang.Exception
-
-