Class ReferencePageTest

java.lang.Object
de.hybris.platform.cmscockpit.wizard.page.ReferencePageTest

@UnitTest public class ReferencePageTest extends Object
This class will test the implementation written for ReferencePage.java
  • Constructor Details

    • ReferencePageTest

      public ReferencePageTest()
  • Method Details

    • setUp

      public void setUp()
    • testElementConfigurationForPageTemplateTypedObject

      public void testElementConfigurationForPageTemplateTypedObject() throws Exception
      This Test case will check the element configuration for PageTemplate typed object
      Throws:
      Exception
    • testElementConfigurationForTypedObject

      public void testElementConfigurationForTypedObject() throws Exception
      This Test case will check the element configuration for any Page typed object
      Throws:
      Exception
    • testElementConfigurationForTypedObjectWithNullConfiguration

      public void testElementConfigurationForTypedObjectWithNullConfiguration() throws Exception
      This Test case will check the element configuration when configurationFromoOjectType is kept null
      Throws:
      Exception
    • testElementConfigurationForTypedObjectWithNull

      public void testElementConfigurationForTypedObjectWithNull() throws Exception
      This Test case will check the element configuration when Typed object is kept null
      Throws:
      Exception