@SuppressWarnings("unchecked")
@Test
public void store_result_when_aborted_is_failure()
{
Object result = new Object();
ComponentEventHandler handler = newComponentEventHandler();
Component component = newComponent();
expect(handler.handleResult(result, component, "foo.Bar.baz()")).andReturn(true);
replay();
ComponentEvent event = new ComponentEventImpl("eventType", "someId", null, handler,
_coercer);