mockMessage.dispose();
controlMessage.replay();
MockControl controlPushConsumer = MockControl.createControl(PushConsumer.class);
PushConsumer mockPushConsumer = (PushConsumer) controlPushConsumer.getMock();
mockPushConsumer.push(any);
controlPushConsumer.setThrowable(new RuntimeException("only for test"));
controlPushConsumer.replay();
mockTaskProcessor_.executeTaskAfterDelay(0, null);