}
@Test
public void RelationSourceSpecificationTargetImplementation_tc104() {
Implementation implementation = waitForImplByName(null,
"S07-implementation-08");
Instance instance = implementation.createInstance(null,
Collections.<String, String> emptyMap());
S07ImplementationImporter08 dependency = (S07ImplementationImporter08) instance
.getServiceObject();
// Force field injection
dependency.getInjected();
ComponentImpl ci = (ComponentImpl) implementation.getSpec();
Assert.assertTrue(String.format(
"One link should have been created, but %s links were found",
ci.getLocalLinks().size()), ci.getLocalLinks().size() == 1);