structure = assertStructureMetaData(deployment);
assertContexts(structure, context1, context2);
ContextInfo testContext = structure.getContext("path2");
ContextInfo child1 = factory.addContext(testContext, "child1");
assertEquals("child1", child1.getPath());
assertDefaultNonPath(child1);
ContextInfo child2 = factory.addContext(testContext, "child2");
assertEquals("child2", child2.getPath());