Searched refs:userStream2 (Results 1 – 1 of 1) sorted by relevance
967 InputStream userStream2 = mock(InputStream.class); in testMigration() local979 .thenReturn(userStream2); in testMigration()996 when(userStream2.available()) in testMigration()1020 when(userStream2.read(any(byte[].class), anyInt(), anyInt())) in testMigration()1035 verify(userStream2, times(2)).available(); in testMigration()1036 verify(userStream2, times(2)).read(any(), anyInt(), anyInt()); in testMigration()