HomeSort by relevance Sort by last modified time
    Searched refs:expectedLines (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-tests/test/com/google/common/io/
CharSinkTester.java 62 private final ImmutableList<String> expectedLines;
70 this.expectedLines = getLines(expected);
125 String expected = expectedLines.isEmpty()
127 : Joiner.on(separator).join(expectedLines);
CharSourceTester.java 63 private final ImmutableList<String> expectedLines;
70 this.expectedLines = getLines(expected);
130 if (expectedLines.isEmpty()) {
133 assertEquals(expectedLines.get(0), source.readFirstLine());
180 if (expectedLines.isEmpty()) {
183 assertEquals(expectedLines.subList(0, 1), list);
192 assertEquals(expectedLines, list);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DiskLruCacheTest.java     [all...]

Completed in 373 milliseconds