import static org.easymock.EasyMock.expect;
public class JobUpdateHistoryPrunerTest extends EasyMockTest {
@Test
public void testExecution() throws Exception {
StorageTestUtil storageUtil = new StorageTestUtil(this);
storageUtil.expectOperations();
final ScheduledExecutorService executor = createMock(ScheduledExecutorService.class);
FakeScheduledExecutor executorClock =
FakeScheduledExecutor.scheduleAtFixedRateExecutor(executor, 2);