Class ReferencePageTest


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

      • ReferencePageTest

        public ReferencePageTest()
    • Method Detail

      • setUp

        public void setUp()
      • testElementConfigurationForPageTemplateTypedObject

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

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

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

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