if (result.isEmpty()) {
throw new InternalAssumptionViolatedException("Parameters set should not be empty. Ignoring tests.");
}
if (pfAnnotation.shuffle()) {
Collections.shuffle(result, new Random(runnerRandomness.getSeed()));
}
parameters.addAll(result);
}