Class ConfigurableUrlVoterTest
- java.lang.Object
-
- de.hybris.platform.personalizationservices.voters.impl.ConfigurableUrlVoterTest
-
@UnitTest public class ConfigurableUrlVoterTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConfigurableUrlVoterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestDuplicatedUrl()voidtestEmptyRegexpInConfiguration()voidtestEncodingUrl()voidtestIncorrectRegexpInConfiguration()voidtestIncorrectRegexpIsCompiledOnlyOnce()voidtestMultipleActionVote()voidtestNotConfiguredUrl()voidtestNotExistingActionName()voidtestRecalculateVote()
-
-
-
Method Detail
-
setup
public void setup()
-
testRecalculateVote
public void testRecalculateVote()
-
testMultipleActionVote
public void testMultipleActionVote()
-
testNotConfiguredUrl
public void testNotConfiguredUrl()
-
testDuplicatedUrl
public void testDuplicatedUrl()
-
testEncodingUrl
public void testEncodingUrl()
-
testNotExistingActionName
public void testNotExistingActionName()
-
testEmptyRegexpInConfiguration
public void testEmptyRegexpInConfiguration()
-
testIncorrectRegexpInConfiguration
public void testIncorrectRegexpInConfiguration()
-
testIncorrectRegexpIsCompiledOnlyOnce
public void testIncorrectRegexpIsCompiledOnlyOnce()
-
-