Lines Matching defs:parser
71 parser.parse_file(path,prefix1+prefix2)
75 parser.parse_file(path,prefix1+prefix2)
78 parser.parse_file(path,prefix)
81 parser.parse_file(path,prefix)
83 parser.parse_file(path)
155 parser = JavaParser()
157 parser.parse(x)
158 funcs = parser.get_not_tested()
161 print "Total methods found: %i (%i)" % parser.get_funcs_count()
163 print "Total tests found:", parser.get_tests_count()
164 print "Empty test stubs found:", parser.get_empty_stubs_count()