Searched refs:sharedStream1 (Results 1 – 1 of 1) sorted by relevance
896 InputStream sharedStream1 = mock(InputStream.class); in testMigration() local902 .thenReturn(sharedStream1); in testMigration()919 when(sharedStream1.available()) in testMigration()943 when(sharedStream1.read(any(byte[].class), anyInt(), anyInt())) in testMigration()961 verify(sharedStream1, times(2)).available(); in testMigration()962 verify(sharedStream1, times(2)).read(any(), anyInt(), anyInt()); in testMigration()