Class FICTest


  • public class FICTest
    extends BaseDataSourceTestDal
    Test cases for FormInitializationComponent
    Author:
    alostale
    • Constructor Detail

      • FICTest

        public FICTest()
    • Method Detail

      • testAuxiliaryInputBasedOnCallout

        public void testAuxiliaryInputBasedOnCallout()
                                              throws Exception
        Auxiliary Input for which SQL can't be evaluated on NEW and the value is correctly set by callouts, should be populated when creating a new record.
        Throws:
        Exception
      • dateTimeShouldntChange

        public void dateTimeShouldntChange()
                                    throws Exception
        Tests FIC doesn't change date-time value when row is retrieved to be edited
        Throws:
        Exception
      • selectCorrectComboValueAfterClearingOrgField

        public void selectCorrectComboValueAfterClearingOrgField()
                                                          throws Exception
        Tests that the FIC returns the expected value for a combo which links to the parent tab after clearing the organization field in the sub-tab.
        Throws:
        Exception