Class InjectedTest.SetUpModule

  • All Implemented Interfaces:
    com.google.inject.Module
    Enclosing class:
    InjectedTest

    final class InjectedTest.SetUpModule
    extends java.lang.Object
    implements com.google.inject.Module
    • Constructor Summary

      Constructors 
      Constructor Description
      SetUpModule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Constructor Detail

      • SetUpModule

        SetUpModule()
    • Method Detail

      • configure

        public void configure​(com.google.inject.Binder binder)
        Specified by:
        configure in interface com.google.inject.Module