java.lang.Object
de.hybris.platform.ycommercewebservicestest.setup.TestSetupUtils

public class TestSetupUtils extends Object
  • Constructor Details

    • TestSetupUtils

      public TestSetupUtils()
  • Method Details

    • loadDataInJunit

      public static void loadDataInJunit() throws Exception
      Throws:
      Exception
    • loadData

      public static void loadData() throws Exception
      Throws:
      Exception
    • cleanData

      public static void cleanData() throws Exception
      Throws:
      Exception
    • afterInitializeTestSystem

      public static void afterInitializeTestSystem()
      Re-register the ItemCreationLifecycleListener in the persistence pool after test system initialization
    • isServerStarted

      public static boolean isServerStarted()
    • startServer

      public static void startServer()
    • startServer

      public static void startServer(String[] ext)
    • stopServer

      public static void stopServer()
    • isNewPromotionEngineTurnedOn

      public static boolean isNewPromotionEngineTurnedOn()
    • isExtensionPresent

      public static boolean isExtensionPresent(String name)
    • anyExtensionPresent

      public static boolean anyExtensionPresent(String configKey)
    • allExtensionsPresent

      public static boolean allExtensionsPresent(String configKey)
    • updateCaptchaCheckEnabled

      public static void updateCaptchaCheckEnabled(boolean enable)