Target target = (Target) ((AtomicContext)context.getContext("target")).getTargetInstance();
Assert.assertSame(target, targetRef);
Source source2 = (Source) ((AtomicContext)context.getContext("source")).getTargetInstance();
Assert.assertSame(target, source2.getTarget());
context.publish(new ModuleStop(this));
context.stop();
}
private static SystemAssemblyFactory systemFactory = new SystemAssemblyFactoryImpl();
/**