assertEquals(0, applicableElementCache.getIncomingImpactRelations(applicableElementCache.getApplicableElement(si4)).size());
}
@Test
public void testGetIncomingImpactRelationsElement() {
Goal g1 = createGoal(gss, 1);
Goal g2 = createGoal(gss, 1);
Goal g3 = createGoal(gss, 1);
Goal g4 = createGoal(gss, 1);
createDecomposition(gss, g2, g1);
createDecomposition(gss, g3, g1);
Principle p1 = createPrinciple(gss, 1);