controlTaskProcessor_.replay();
MockControl controlStructuredPushConsumer = MockControl
.createControl(StructuredPushConsumer.class);
StructuredPushConsumer mockStructuredPushConsumer = (StructuredPushConsumer) controlStructuredPushConsumer
.getMock();
mockStructuredPushConsumer.push_structured_event(event);
controlStructuredPushConsumer.setThrowable(new TRANSIENT());
controlStructuredPushConsumer.replay();
objectUnderTest_.connect_structured_push_consumer(mockStructuredPushConsumer);