Searched refs:AVAILABLE_ALWAYS_ZERO (Results 1 – 6 of 6) sorted by relevance
30 AVAILABLE_ALWAYS_ZERO enumConstant
75 return options.contains(TestOption.AVAILABLE_ALWAYS_ZERO) ? 0 : in.available(); in available()
20 import static com.google.common.io.TestOption.AVAILABLE_ALWAYS_ZERO;98 assertEquals(bytes.length, new TestByteSource(bytes, AVAILABLE_ALWAYS_ZERO).size()); in testSize()