return false;
}};
JsProcessorRegistry jsProcessorRegistry = new DefaultJsProcessorRegistry(ImmutableList.<JsProcessor> of(),
ImmutableList.<JsProcessor> of(errorProcessor), ImmutableList.<JsProcessor> of());
JsServingPipeline pipeline = new DefaultJsServingPipeline(jsProcessorRegistry);
servlet.setJsServingPipeline(pipeline);
replay();
servlet.doGet(request, recorder);
assertEquals(HttpServletResponse.SC_NOT_FOUND, recorder.getHttpStatusCode());