Class DriverUiHook
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- eu.tsystems.mms.tic.testframework.hooks.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 voidconfigure()voidinit()static voidshutdownModule()voidterminate()-
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
-
-
-
-
Method Detail
-
configure
protected void configure()
- Overrides:
configurein classcom.google.inject.AbstractModule
-
init
public void init()
- Specified by:
initin interfaceeu.tsystems.mms.tic.testframework.hooks.ModuleHook
-
terminate
public void terminate()
- Specified by:
terminatein interfaceeu.tsystems.mms.tic.testframework.hooks.ModuleHook
-
shutdownModule
public static void shutdownModule()
-
-