SlingRequestProcessor
This interface is implemented by this bundle and is not intended to be implemented by bundles other than this.
6768697071727374757677
return null; } }; final SlingRequestProcessor srp = Mockito.mock(SlingRequestProcessor.class); SetField.set(hc, "requestProcessor", srp); Mockito.doAnswer(a).when(srp).processRequest( Matchers.any(HttpServletRequest.class), Matchers.any(HttpServletResponse.class), Matchers.any(ResourceResolver.class));