Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DCharSourceTest.java261 runFailureTest(in, newNormalCharSink()); in testCopyExceptions()
289 int suppressed = runSuppressionFailureTest(in, newNormalCharSink()); in testCopyExceptions()
344 private static CharSink newNormalCharSink() { in newNormalCharSink() method in CharSourceTest