Please provide pointers to help me mock that java InputStream object. This is the line of code that I would wish to Mock:
InputStreamReader inputData = new I
when(imageService.saveOrUpdate(Matchers.anyObject())).thenReturn(image);
Reference http://www.javased.com/?api=org.mockito.Matchers