45464748495051
@Before public void setUp() throws Exception { this.droidsConfig = (DroidsConfig) TestSimpleDroid.context .getBean("org.apache.droids.dynamic.DroidsConfig"); this.testserver = new LocalHttpServer(); }
38394041424344
protected LocalHttpServer testserver; @Before public void initializeLocalTestServer() { this.testserver = new LocalHttpServer(); }