Searched refs:sharedStream1 (Results 1 – 1 of 1) sorted by relevance
964 InputStream sharedStream1 = mock(InputStream.class); in testMigration() local970 .thenReturn(sharedStream1); in testMigration()987 when(sharedStream1.available()) in testMigration()1011 when(sharedStream1.read(any(byte[].class), anyInt(), anyInt())) in testMigration()1029 verify(sharedStream1, times(2)).available(); in testMigration()1030 verify(sharedStream1, times(2)).read(any(), anyInt(), anyInt()); in testMigration()