Searched refs:userStream1 (Results 1 – 1 of 1) sorted by relevance
898 InputStream userStream1 = mock(InputStream.class); in testMigration() local908 .thenReturn(userStream1); in testMigration()925 when(userStream1.available()) in testMigration()949 when(userStream1.read(any(byte[].class), anyInt(), anyInt())) in testMigration()965 verify(userStream1, times(2)).available(); in testMigration()966 verify(userStream1, times(2)).read(any(), anyInt(), anyInt()); in testMigration()