.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);
AssertCorrectSourceTargetTypes(implementation, Specification.class,
Instance.class);
}