assertEquals( gssQuery.getSelectedGoalsSet(), priorizedElementsCache.getPrioritizedElementSet());
}
@Test
public void testGetPriorizedDecomposition() {
Goal goal = createGoal(gss, 1);
Goal subgoal = createGoal(gss, 2);
Decomposition decomposition = createDecomposition(gss, subgoal, goal);
PrioritizedDecomposition priorizedDecomposition = createPriorizedDecomposition(gssQuery, decomposition, 100);
createSelectedGoal(gssQuery, goal, 100);
createSelectedGoal(gssQuery, subgoal, 100);