assertNotNull(source);
Target target = (Target) parent.getSystemChild("target").getServiceInstance();
assertNotNull(target);
assertSame(target, source.getTarget());
scope.onEvent(new CompositeStop(this, parent));
parent.stop();
scope.stop();
}
/**
* Validates building a wire from an atomic context to a reference context