Searched refs:userStream2 (Results 1 – 1 of 1) sorted by relevance
899 InputStream userStream2 = mock(InputStream.class); in testMigration() local911 .thenReturn(userStream2); in testMigration()928 when(userStream2.available()) in testMigration()952 when(userStream2.read(any(byte[].class), anyInt(), anyInt())) in testMigration()967 verify(userStream2, times(2)).available(); in testMigration()968 verify(userStream2, times(2)).read(any(), anyInt(), anyInt()); in testMigration()