Class DriverUiHook

  • All Implemented Interfaces:
    com.google.inject.Module, eu.tsystems.mms.tic.testframework.hooks.ModuleHook

    public class DriverUiHook
    extends com.google.inject.AbstractModule
    implements eu.tsystems.mms.tic.testframework.hooks.ModuleHook
    • Constructor Summary

      Constructors 
      Constructor Description
      DriverUiHook()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configure()  
      void init()  
      static void shutdownModule()  
      void terminate()  
      • Methods inherited from class com.google.inject.AbstractModule

        addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DriverUiHook

        public DriverUiHook()
    • Method Detail

      • configure

        protected void configure()
        Overrides:
        configure in class com.google.inject.AbstractModule
      • init

        public void init()
        Specified by:
        init in interface eu.tsystems.mms.tic.testframework.hooks.ModuleHook
      • terminate

        public void terminate()
        Specified by:
        terminate in interface eu.tsystems.mms.tic.testframework.hooks.ModuleHook
      • shutdownModule

        public static void shutdownModule()