ipojoHelper.createComponentInstance(pi7.getName(), "ci");
ServiceReference ref1 = ipojoHelper.getServiceReferenceByName("org.apache.felix.ipojo.runtime.core.components.inherited.ProcessParentImplementation", "ci");
assertNotNull("Check parent-parent", ref1);
ProcessParentImplementation itself = (ProcessParentImplementation) osgiHelper.getRawServiceObject(ref1);
itself.processChild();
ServiceReference ref5 = ipojoHelper.getServiceReferenceByName(FooService.class.getName(), "ci");
assertNotNull("Check FS", ref5);
}