testResolutionExceptionCase16(instance));
Assert.assertEquals(
"No relations should have been created (no instance of dependency existing)",
0, instance.getRawLinks().size());
RelToResolve rel = new RelToResolveImpl(instance,
instance.getRelation("testexist02"));
instance.createLink(instancedep, rel, false, false);
testResolutionExceptionCase16(instance);
auxListInstances();