Searched refs:getModules (Results 1 – 3 of 3) sorted by relevance
7 assembled with a `getModules` method on the application that can be overridden to add additional
287 def getModules (self): member in ReleaseConfig347 for module in releaseConfig.getModules():
1626 …List<Module> moduleInstances = Lists.newArrayList(getModules(guice, parentInjector, iClass.getReal… in getInjector()1637 private Module[] getModules(Guice guice, Injector parentInjector, Class<?> testClass) { in getModules() method in TestRunner