* */
public class GeronimoContextTest extends TestCase {
private GeronimoContext context;
protected void setUp() throws Exception {
context = new GeronimoContext();
context.internalBind("one", "one");
context.internalBind("this/is/a/compound/name", "two");
context.internalBind("this/is/another/compound/name", "three");
}