Searched refs:userStream1 (Results 1 – 1 of 1) sorted by relevance
966 InputStream userStream1 = mock(InputStream.class); in testMigration() local976 .thenReturn(userStream1); in testMigration()993 when(userStream1.available()) in testMigration()1017 when(userStream1.read(any(byte[].class), anyInt(), anyInt())) in testMigration()1033 verify(userStream1, times(2)).available(); in testMigration()1034 verify(userStream1, times(2)).read(any(), anyInt(), anyInt()); in testMigration()