Home
last modified time | relevance | path

Searched refs:mockFlushable (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
DFlushablesTest.java41 private Flushable mockFlushable; field in FlushablesTest
47 doFlush(mockFlushable, false, false); in testFlush_clean()
50 doFlush(mockFlushable, true, false); in testFlush_clean()
57 doFlush(mockFlushable, true, false); in testFlush_flushableWithEatenException()
64 doFlush(mockFlushable, false, true); in testFlush_flushableWithThrownException()
72 Flushables.flushQuietly(mockFlushable); in testFlushQuietly_flushableWithEatenException()
76 mockFlushable = createStrictMock(Flushable.class); in setUp()
87 reset(mockFlushable); in setupFlushable()
88 mockFlushable.flush(); in setupFlushable()
92 replay(mockFlushable); in setupFlushable()