Matrix adjustmentMatrix = adjustmentMatrixCreator.getMatrix();
AdjustmentProcessor adjustmentProcessor = new AdjustmentProcessor(
gssQuery, queryResultSet, accessLayer, cacheManager,
unajustedGoalRatingsMatrix, adjustmentMatrix);
adjustmentProcessor.runWithoutUnicaseCommand();
adjustedRatingsMatrix = adjustmentProcessor.getMatrix();
}
@Test