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
    • Sync test cases with Polarion
    • Sync test reports with Aurora and Polarion
    • Create requirement coverage report based on @Afo annotations and requirements downloaded from Polarion
    It also provides access to the Tiger test environment manager, the local Tiger Proxy and the Monitor 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()
      • synchronizeTestCasesWithPolarion

        public static void synchronizeTestCasesWithPolarion()
      • createAfoRepoort

        public static void createAfoRepoort()
      • 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()