Class FrontendUrlDecoderTest
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.urldecoder.impl.FrontendUrlDecoderTest
-
@UnitTest public class FrontendUrlDecoderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FrontendUrlDecoderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestBadMatchingProductPathDecoder()voidtestBadNonMatchingProductPathDecoder()voidtestCategoryPathDecoder()voidtestCategoryRegexDecoder()voidtestMatchingBadCategoryPathDecoder()voidtestMatchingBadCategoryRegexDecoder()voidtestMatchingBadProductRegexDecoder()voidtestNonMatchingBadCategoryPathDecoder()voidtestNonMatchingBadCategoryRegexDecoder()voidtestNonMatchingBadProductRegexDecoder()voidtestProductPathDecoder()voidtestProductRegexDecoder()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testProductRegexDecoder
public void testProductRegexDecoder()
-
testMatchingBadProductRegexDecoder
public void testMatchingBadProductRegexDecoder()
-
testNonMatchingBadProductRegexDecoder
public void testNonMatchingBadProductRegexDecoder()
-
testProductPathDecoder
public void testProductPathDecoder()
-
testBadMatchingProductPathDecoder
public void testBadMatchingProductPathDecoder()
-
testBadNonMatchingProductPathDecoder
public void testBadNonMatchingProductPathDecoder()
-
testCategoryRegexDecoder
public void testCategoryRegexDecoder()
-
testMatchingBadCategoryRegexDecoder
public void testMatchingBadCategoryRegexDecoder()
-
testNonMatchingBadCategoryRegexDecoder
public void testNonMatchingBadCategoryRegexDecoder()
-
testCategoryPathDecoder
public void testCategoryPathDecoder()
-
testMatchingBadCategoryPathDecoder
public void testMatchingBadCategoryPathDecoder()
-
testNonMatchingBadCategoryPathDecoder
public void testNonMatchingBadCategoryPathDecoder()
-
-