MuleEvent event = getTestEvent("UncaughtEvent");
strategy.setEndpoint((OutboundEndpoint) endpoint.proxy());
endpoint.expectAndReturn("getTransformers", CollectionUtils.singletonList(new TestEventTransformer()));
endpoint.expectAndReturn("getTransformers", CollectionUtils.singletonList(new TestEventTransformer()));
endpoint.expect("process", new Constraint()
{
public boolean eval(Object object)
{
if (object instanceof MuleEvent)
{