Class IntegrationServicesEssentialData

  • All Implemented Interfaces:
    org.junit.rules.TestRule

    public class IntegrationServicesEssentialData
    extends ModuleEssentialData
    A utility for loading and cleaning data in all essential data impex files inside integrationservices module.
    • Method Detail

      • integrationServicesEssentialData

        public static IntegrationServicesEssentialData integrationServicesEssentialData()
        Creates instance of this essential data.
        Returns:
        new instance if an instance of this essential data was not yet created; or the existing instance otherwise.
      • getDependencies

        @Nonnull
        protected java.util.List<ModuleEssentialData> getDependencies()
        Description copied from class: ModuleEssentialData
        Retrieves other modules this essential data module depends on.
        Specified by:
        getDependencies in class ModuleEssentialData
        Returns:
        a list of other modules this essential data depends on or an empty list, if this module does not depend on other modules.