Searched refs:sharedStream2 (Results 1 – 1 of 1) sorted by relevance
897 InputStream sharedStream2 = mock(InputStream.class); in testMigration() local905 .thenReturn(sharedStream2); in testMigration()922 when(sharedStream2.available()) in testMigration()946 when(sharedStream2.read(any(byte[].class), anyInt(), anyInt())) in testMigration()963 verify(sharedStream2, times(2)).available(); in testMigration()964 verify(sharedStream2, times(2)).read(any(), anyInt(), anyInt()); in testMigration()