}
@Test
public void testSetExecutionLogAndTrackingId() throws Exception {
String stopResponderId = "stopResponderId";
CompositeExecutionLog log = new CompositeExecutionLog(new WikiPageDummy());
delegatingListener.setExecutionLogAndTrackingId(stopResponderId, log);
for(int i = 0 ; i < DELEGATE_COUNT ; i++) {
verify(delegates[i], times(1)).setExecutionLogAndTrackingId(stopResponderId, log);