Package de.hybris.platform.cms2.misc
Class UrlUtilsTest
- java.lang.Object
-
- de.hybris.platform.cms2.misc.UrlUtilsTest
-
@UnitTest public class UrlUtilsTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UrlUtilsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestExtractHostInformationFromRequest()voidtestExtractHostInformationFromRequestWithPreviewUrl()voidtestExtractHostInformationFromRequestWithPreviewUrl_AbsolutePath()voidtestExtractHostInformationFromRequestWithUrl()voidtestExtractHostInformationFromRequestWithUrl_AbsolutePateh()voidtestFailExtractHostInformation_SchemeValueTooLong()voidtestFailExtractHostInformation_ServerNameValueTooLong()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testExtractHostInformationFromRequestWithPreviewUrl
public void testExtractHostInformationFromRequestWithPreviewUrl()
-
testExtractHostInformationFromRequestWithPreviewUrl_AbsolutePath
public void testExtractHostInformationFromRequestWithPreviewUrl_AbsolutePath()
-
testExtractHostInformationFromRequestWithUrl
public void testExtractHostInformationFromRequestWithUrl()
-
testExtractHostInformationFromRequestWithUrl_AbsolutePateh
public void testExtractHostInformationFromRequestWithUrl_AbsolutePateh()
-
testExtractHostInformationFromRequest
public void testExtractHostInformationFromRequest()
-
testFailExtractHostInformation_SchemeValueTooLong
public void testFailExtractHostInformation_SchemeValueTooLong()
-
testFailExtractHostInformation_ServerNameValueTooLong
public void testFailExtractHostInformation_ServerNameValueTooLong()
-
-