Class WebTestModule
java.lang.Object
com.google.inject.AbstractModule
org.opendaylight.aaa.web.testutils.WebTestModule
- All Implemented Interfaces:
com.google.inject.Module
public class WebTestModule
extends com.google.inject.AbstractModule
Guice Module wiring up a test web server running HTTP on a random port, and registering a NOOP WebContextSecurer.
- Author:
- Michael Vorburger.ch
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
Constructor Details
-
WebTestModule
public WebTestModule()
-
-
Method Details
-
configure
protected void configure()- Overrides:
configure
in classcom.google.inject.AbstractModule
-