com.gwtplatform.tester
Class TestDispatchModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by com.gwtplatform.tester.TestDispatchModule
All Implemented Interfaces:
Module

public class TestDispatchModule
extends AbstractModule

This class configures guice for use in test cases with a MockHandlerModule.

Author:
Brendan Doherty

Constructor Summary
TestDispatchModule()
           
 
Method Summary
protected  void configure()
           
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, 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

TestDispatchModule

public TestDispatchModule()
Method Detail

configure

protected void configure()
Specified by:
configure in class AbstractModule


Copyright © 2010-2011 ArcBees. All Rights Reserved.