br.eti.kinoshita.selenium
Class SeleniumGuiceModule
java.lang.Object
br.eti.kinoshita.selenium.SeleniumGuiceModule
- All Implemented Interfaces:
- com.google.inject.Module
public class SeleniumGuiceModule
- extends Object
- implements com.google.inject.Module
Guice Module for dependency injection in TestNG tests.
- Since:
- 0.1
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
|
Field Summary |
protected static org.apache.commons.configuration.Configuration |
CONFIGURATION
Selenium Configuration instance. |
protected static org.slf4j.Logger |
LOGGER
|
|
Method Summary |
void |
configure(com.google.inject.Binder binder)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
protected static final org.slf4j.Logger LOGGER
CONFIGURATION
protected static final org.apache.commons.configuration.Configuration CONFIGURATION
- Selenium Configuration instance.
SeleniumGuiceModule
public SeleniumGuiceModule()
configure
public void configure(com.google.inject.Binder binder)
- Specified by:
configure in interface com.google.inject.Module
Copyright © 2010-2011. All Rights Reserved.