Searched refs:nextLine (Results 1 – 4 of 4) sorted by relevance
129 return nextLine(); in next()138 public String nextLine() { in nextLine() method in LineIterator
307 assertEquals("strawberries!", new Scanner(inputStream).nextLine()); in commonTestOpenDocument()309 assertEquals("I love strawberries!", new Scanner(inputStream).nextLine()); in commonTestOpenDocument()
267 assertEquals("Hello world!", scanner.nextLine()); in testAddFile()
106 String line = mScanner.nextLine(); in next()