@Test
public void decorator_returns_incorrect_type() throws Exception
{
ServiceDecoratorFixture fixture = new ServiceDecoratorFixture();
ModuleBuilderSource source = newSource(fixture);
ServiceResources resources = mockServiceResources();
Logger logger = mockLogger();
fixture._expectedDelegate = mockFieService();
fixture._interceptorToReturn = newMock(FoeService.class);
Method m = findMethod(fixture, "decoratorUntyped");