Class ReferencePageTest
java.lang.Object
de.hybris.platform.cmscockpit.wizard.page.ReferencePageTest
This class will test the implementation written for ReferencePage.java
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidThis Test case will check the element configuration for PageTemplate typed objectvoidThis Test case will check the element configuration for any Page typed objectvoidThis Test case will check the element configuration when Typed object is kept nullvoidThis Test case will check the element configuration when configurationFromoOjectType is kept null
-
Constructor Details
-
ReferencePageTest
public ReferencePageTest()
-
-
Method Details
-
setUp
public void setUp() -
testElementConfigurationForPageTemplateTypedObject
This Test case will check the element configuration for PageTemplate typed object- Throws:
Exception
-
testElementConfigurationForTypedObject
This Test case will check the element configuration for any Page typed object- Throws:
Exception
-
testElementConfigurationForTypedObjectWithNullConfiguration
This Test case will check the element configuration when configurationFromoOjectType is kept null- Throws:
Exception
-
testElementConfigurationForTypedObjectWithNull
This Test case will check the element configuration when Typed object is kept null- Throws:
Exception
-