Searched defs:testScanner (Results 1 – 8 of 8) sorted by relevance
35 type testScanner struct { struct36 scanner *bufio.Scanner37 lineNo int38 err error39 test test46 func (s *testScanner) scanLine() bool {54 func (s *testScanner) addAttribute(line string) (key string, ok bool) {77 func (s *testScanner) Scan() bool {115 func (s *testScanner) Test() test {119 func (s *testScanner) Err() error {[all …]
38 type testScanner struct { struct39 scanner *bufio.Scanner40 lineNo int41 err error42 test test49 func (s *testScanner) scanLine() bool {57 func (s *testScanner) addAttribute(line string) (key string, ok bool) {80 func (s *testScanner) Scan() bool {118 func (s *testScanner) Test() test {122 func (s *testScanner) Err() error {[all …]
64 public void testScanner() { in testScanner() method in JavaScannerTest
99 public void testScanner() throws IOException { in testScanner() method in PyTokensTest