}
}
@Test
public void testTestExceptionOccurred() throws Exception {
Assertion assertion = assertion();
ExceptionResult exceptionResult = new ExceptionResult("resultKey", "exceptionValue");
delegatingListener.testExceptionOccurred(assertion, exceptionResult);
for(int i = 0 ; i < DELEGATE_COUNT ; i++) {