assertEquals(0, monPoints.get(MON_A).getOffset1());
assertEquals(0, monPoints.get(MON_B).getOffset1());
assertEquals(0, monPoints.get(MON_A).getOffset2());
assertEquals(0, monPoints.get(MON_B).getOffset2());
checkpoint = batch.get(0).getCheckpoint().toString();
batch = q.resume(checkpoint);
monPoints = q.getMonitorRestartPoints();
assertEquals(2, monPoints.size());
assertTrue(monPoints.containsKey(MON_A));
assertTrue(monPoints.containsKey(MON_B));
assertEquals(1, monPoints.get(MON_A).getOffset1());