Class TigerDirector


  • public class TigerDirector
    extends Object
    The TigerDirector is the public interface of the high level features of the Tiger test framework.
    • read and apply Tiger test framework configuration from tiger.yaml
    • start workflow UI, Tiger test environment manager and local Tiger Proxy
    It also provides access to the Tiger test environment manager, the local Tiger Proxy and the Workflow UI interface.
    • Field Detail

      • envMgrApplicationContext

        public static org.springframework.context.ConfigurableApplicationContext envMgrApplicationContext
    • Constructor Detail

      • TigerDirector

        public TigerDirector()
    • Method Detail

      • start

        public static void start()
      • registerShutdownHook

        public static void registerShutdownHook()
      • isInitialized

        public static boolean isInitialized()
      • getLocalTigerProxyUrl

        public static String getLocalTigerProxyUrl()
      • waitForQuit

        public static void waitForQuit()
      • isSerenityAvailable

        public static boolean isSerenityAvailable()
      • isSerenityAvailable

        public static boolean isSerenityAvailable​(boolean quiet)
      • testUninitialize

        public static void testUninitialize()
      • registerRestAssuredFilter

        public static void registerRestAssuredFilter()
      • unregisterRestAssuredFilter

        public static void unregisterRestAssuredFilter()
      • pauseExecution

        public static void pauseExecution()
      • pauseExecution

        public static void pauseExecution​(String message,
                                          boolean isHtml)
      • pauseExecution

        public static void pauseExecution​(String message)
      • pauseExecutionAndFailIfDesired

        public static void pauseExecutionAndFailIfDesired​(String message,
                                                          String errorMessage)