}
public void runOriginalSelection(SelectionCacheType cacheType, int timesCalled) {
EntityIndependentValueSelector childValueSelector = SelectorTestUtils.mockEntityIndependentValueSelector(
TestdataEntity.class, "value",
new TestdataValue("jan"), new TestdataValue("feb"), new TestdataValue("mar"),
new TestdataValue("apr"), new TestdataValue("may"), new TestdataValue("jun"));
SelectionSorter<TestdataValue> sorter = new SelectionSorter<TestdataValue>() {
public void sort(ScoreDirector scoreDirector, List<TestdataValue> selectionList) {
Collections.sort(selectionList, new Comparator<TestdataValue>() {