*/
@Override
public void testActionInference() throws Exception {
root = loadDirectly(getTestClass());
InferContainedElementsAction action = new InferContainedElementsAction();
action.refreshContainedMappings(root, createContainerHandler(action), new NullProgressMonitor());
getTestInterface().checkInferredKnowledge(root);
}
/**