@Test
public void decorator_returns_incorrect_type() throws Exception
{
ServiceDecoratorFixture fixture = new ServiceDecoratorFixture();
ModuleBuilderSource source = newSource(fixture);
ServiceResources resources = newServiceResources();
Log log = newLog();
fixture._expectedDelegate = newFieService();
fixture._interceptorToReturn = newMock(FoeService.class);
Method m = findMethod(fixture, "decoratorUntyped");