76777879808182
for (JCheckBox cb : selectors) { if (cb.isSelected()) { selected.add((Outcome) cb.getClientProperty("outcome")); } } return new TestResultOutcomeFilter(selected); }