Searched defs:testScanner (Results 1 – 2 of 2) sorted by relevance
33 type testScanner struct { struct34 scanner *bufio.Scanner35 lineNo int36 err error37 test test44 func (s *testScanner) scanLine() bool {52 func (s *testScanner) addAttribute(line string) (key string, ok bool) {75 func (s *testScanner) Scan() bool {113 func (s *testScanner) Test() test {117 func (s *testScanner) Err() error {[all …]
121 public void testScanner() throws IOException { in testScanner() method in PyTokensTest