Interface GuiceyInterceptor.EnvironmentSupport

    • Method Detail

      • before

        void before()
             throws java.lang.Exception
        Prepare environment.
        Throws:
        java.lang.Exception - on error
      • after

        void after()
            throws java.lang.Exception
        Shutdown environment.
        Throws:
        java.lang.Exception - on error
      • getInjector

        com.google.inject.Injector getInjector()
        Returns:
        injector instance
      • getClient

        ru.vyarus.dropwizard.guice.test.ClientSupport getClient()
        Returns:
        client object