helper.createComponentInstance( pi7.getName(), "ci");
ServiceReference ref1 = helper.getServiceReferenceByName("org.apache.felix.ipojo.test.scenarios.component.inherited.ProcessParentImplementation", "ci");
assertNotNull("Check parent-parent", ref1);
ProcessParentImplementation itself = (ProcessParentImplementation) getServiceObject(ref1);
itself.processChild();
ServiceReference ref5 = helper.getServiceReferenceByName( FooService.class.getName(), "ci");
assertNotNull("Check FS", ref5);
}