projectLoaderMock.expects
.loadProjectConfiguration("http://host/fred/image.mimg",
optimizer)
.returns(configuration2);
final RuntimeProjectMock otherProjectMock =
new RuntimeProjectMock("otherProjectMock", expectations);
configuratorMock.fuzzy
.buildProject(configuration2, null, mockFactory.expectsAny())
.returns(otherProjectMock);
otherProjectMock.expects.getPolicyRootAliases()