Searched refs:mockFlushable (Results 1 – 2 of 2) sorted by relevance
/external/guava/guava-tests/test/com/google/common/io/ |
D | FlushablesTest.java | 36 private Flushable mockFlushable; field in FlushablesTest 42 doFlush(mockFlushable, false, false); in testFlush_clean() 45 doFlush(mockFlushable, true, false); in testFlush_clean() 52 doFlush(mockFlushable, true, false); in testFlush_flushableWithEatenException() 59 doFlush(mockFlushable, false, true); in testFlush_flushableWithThrownException() 66 Flushables.flushQuietly(mockFlushable); in testFlushQuietly_flushableWithEatenException() 72 mockFlushable = mock(Flushable.class); in setupFlushable() 77 .when(mockFlushable) in setupFlushable()
|
/external/guava/android/guava-tests/test/com/google/common/io/ |
D | FlushablesTest.java | 36 private Flushable mockFlushable; field in FlushablesTest 42 doFlush(mockFlushable, false, false); in testFlush_clean() 45 doFlush(mockFlushable, true, false); in testFlush_clean() 52 doFlush(mockFlushable, true, false); in testFlush_flushableWithEatenException() 59 doFlush(mockFlushable, false, true); in testFlush_flushableWithThrownException() 66 Flushables.flushQuietly(mockFlushable); in testFlushQuietly_flushableWithEatenException() 72 mockFlushable = mock(Flushable.class); in setupFlushable() 77 .when(mockFlushable) in setupFlushable()
|