Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DFilesTest.java547 LineProcessor<List<String>> collectNonEmptyLines = in testReadLines_withLineProcessor() local
564 Files.readLines(temp, Charsets.UTF_8, collectNonEmptyLines); in testReadLines_withLineProcessor()
565 assertThat(collectNonEmptyLines.getResult()).has().exactly( in testReadLines_withLineProcessor()