Class DefaultProxyFacadeTest
- java.lang.Object
-
- de.hybris.platform.xyformsfacades.proxy.impl.DefaultProxyFacadeTest
-
public class DefaultProxyFacadeTest extends java.lang.ObjectJUnit test suite forDefaultProxyFacade
-
-
Constructor Summary
Constructors Constructor Description DefaultProxyFacadeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldAllowNullNamespace()voidshouldEncodeNamespace()voidshouldNotAffectValidNamespace()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.net.MalformedURLException- Throws:
java.net.MalformedURLException
-
shouldEncodeNamespace
public void shouldEncodeNamespace() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldNotAffectValidNamespace
public void shouldNotAffectValidNamespace() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldAllowNullNamespace
public void shouldAllowNullNamespace() throws java.lang.Exception- Throws:
java.lang.Exception
-
-