5152535455565758
public CloudStackSpringContext(String context, String base) throws IOException { this.baseName = base; this.contextName = context; factory = new ModuleBasedContextFactory(); loader = new ClasspathModuleDefinitionLocator(); init(); }
3738394041424344
@Before public void setUp() throws IOException { InstantiationCounter.count = 0; ClasspathModuleDefinitionLocator locator = new ClasspathModuleDefinitionLocator(); defs = locator.locateModules("testhierarchy"); }
4243444546474849
5051525354555657