* Setup the tested reader to read from the test resources.
*/
@Before
public void setUp() throws Exception {
itemReader.setLineMapper(new PassThroughLineMapper());
tested.setDelegate(itemReader);
tested.setComparator(new Comparator<Resource>() {
@Override
public int compare(Resource o1, Resource o2) {