builder.appendJs(r.getContent(), r.getName());
}
}
reset(jsServingPipeline);
try {
expect(jsServingPipeline.execute(EasyMock.<JsRequest>anyObject())).andReturn(builder.build());
} catch (JsException e) {
throw new RuntimeException("Should not fail here");
}
replay(jsServingPipeline);
}