Class DefaultProxyServiceTest
- java.lang.Object
-
- de.hybris.platform.xyformsservices.proxy.impl.DefaultProxyServiceTest
-
@UnitTest public class DefaultProxyServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultProxyServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrewriteURLForEdit()voidrewriteURLForEmptyData()voidsetUp()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.net.MalformedURLException- Throws:
java.net.MalformedURLException
-
rewriteURLForEmptyData
public void rewriteURLForEmptyData() throws java.net.MalformedURLException- Throws:
java.net.MalformedURLException
-
rewriteURLForEdit
public void rewriteURLForEdit() throws java.net.MalformedURLException- Throws:
java.net.MalformedURLException
-
-