Package org.testng

Class GuiceHelper


  • class GuiceHelper
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) com.google.inject.Injector getInjector​(IClass iClass)  
      private java.util.List<com.google.inject.Module> getModules​(Guice guice, com.google.inject.Injector parentInjector, java.lang.Class<?> testClass)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getInjector

        com.google.inject.Injector getInjector​(IClass iClass)
      • getModules

        private java.util.List<com.google.inject.Module> getModules​(Guice guice,
                                                                    com.google.inject.Injector parentInjector,
                                                                    java.lang.Class<?> testClass)