Class ReferencePageTest
- java.lang.Object
-
- de.hybris.platform.cmscockpit.wizard.page.ReferencePageTest
-
@UnitTest public class ReferencePageTest extends java.lang.Object
This class will test the implementation written for ReferencePage.java
-
-
Constructor Summary
Constructors Constructor Description ReferencePageTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestElementConfigurationForPageTemplateTypedObject()This Test case will check the element configuration for PageTemplate typed objectvoidtestElementConfigurationForTypedObject()This Test case will check the element configuration for any Page typed objectvoidtestElementConfigurationForTypedObjectWithNull()This Test case will check the element configuration when Typed object is kept nullvoidtestElementConfigurationForTypedObjectWithNullConfiguration()This Test case will check the element configuration when configurationFromoOjectType is kept null
-
-
-
Method Detail
-
setUp
public void setUp()
-
testElementConfigurationForPageTemplateTypedObject
public void testElementConfigurationForPageTemplateTypedObject() throws java.lang.ExceptionThis Test case will check the element configuration for PageTemplate typed object- Throws:
java.lang.Exception
-
testElementConfigurationForTypedObject
public void testElementConfigurationForTypedObject() throws java.lang.ExceptionThis Test case will check the element configuration for any Page typed object- Throws:
java.lang.Exception
-
testElementConfigurationForTypedObjectWithNullConfiguration
public void testElementConfigurationForTypedObjectWithNullConfiguration() throws java.lang.ExceptionThis Test case will check the element configuration when configurationFromoOjectType is kept null- Throws:
java.lang.Exception
-
testElementConfigurationForTypedObjectWithNull
public void testElementConfigurationForTypedObjectWithNull() throws java.lang.ExceptionThis Test case will check the element configuration when Typed object is kept null- Throws:
java.lang.Exception
-
-