HomeSort by relevance Sort by last modified time
    Searched refs:expectedLines (Results 1 - 10 of 10) 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/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
AnalyseJavaParserTest.java 86 String[] expectedLines = expected.split("\n");
88 for (int i = 0; i < Math.min(outputLines.length, expectedLines.length); i++) {
89 assertEquals("Line " + (i + 1) + " of " + path + " is different from what is expected", expectedLines[i].trim(), outputLines[i].trim());
92 assertEquals(expectedLines.length, outputLines.length);
AnalyseNewJavaParserTest.java 107 String[] expectedLines = expected.split("\n");
109 for (int i = 0; i < Math.min(outputLines.length, expectedLines.length); i++) {
110 assertEquals("Line " + (i + 1) + " of " + path + " is different from what is expected", expectedLines[i].trim(), outputLines[i].trim());
113 assertEquals(expectedLines.length, outputLines.length);
AnalyseJavaSymbolSolver060Test.java 128 String[] expectedLines = expected.split("\n");
130 for (int i = 0; i < Math.min(outputLines.length, expectedLines.length); i++) {
131 assertEquals("Line " + (i + 1) + " of " + path + " is different from what is expected", expectedLines[i].trim(), outputLines[i].trim());
134 assertEquals(expectedLines.length, outputLines.length);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DiskLruCacheTest.java     [all...]
  /system/netd/server/
IptablesRestoreControllerTest.cpp 225 std::vector<std::string> expectedLines = {
234 std::string expected = Join(expectedLines, "\n");
  /external/tinyxml2/
xmltest.cpp     [all...]
  /system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
TzLookupGeneratorTest.java 461 String[] expectedLines = expectedOutput.split("\\n");
462 for (String expectedLine : expectedLines) {
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/3.8.0/
assertj-core-3.8.0.jar 

Completed in 3914 milliseconds