73747576777879
public void setup() throws Exception { MockitoAnnotations.initMocks(this); when(response.getOutputStream()).thenReturn(outputStream); interceptor = new DownloadInterceptor(response, info, result); }