"No exception should be raised as the dependency should be instanciated",
testResolutionExceptionCase14(instance, 2));
Assert.assertEquals("One relation should have been created", 1,
instance.getRawLinks().size());
Instance instance2 = implementation.createInstance(null,
Collections.<String, String> emptyMap());
Implementation implementationdep = waitForImplByName(null,
"S07-DependencyImpl-02");