Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DCharSourceTest.java269 runFailureTest(newNormalCharSource(), out); in testCopyExceptions()
297 int suppressed = runSuppressionFailureTest(newNormalCharSource(), out); in testCopyExceptions()
340 private static CharSource newNormalCharSource() { in newNormalCharSource() method in CharSourceTest