TestApplicationContext ctx = new TestApplicationContext(
new String[] {S1, s4});
checkContext(ctx);
ctx.close();
ctx.destroy();
}
private void checkContext(TestApplicationContext ctx) throws Exception {
ConfigurerImpl cfg = new ConfigurerImpl(ctx);
EndpointInfo info = getEndpointInfo("bla", "Foo", "http://localhost:9000");