Lines Matching full:junit
77 Syntax: cpplint.py [--verbose=#] [--output=emacs|eclipse|vs7|junit|sed|gsed]
111 output=emacs|eclipse|vs7|junit|sed|gsed
114 eclipse (eclipse), and JUnit (junit). XML parsers such as those used
364 'junit',
1268 # "junit" - format that Jenkins, Bamboo, etc can parse
1273 # For JUnit output, save errors and failures until the end so that they
1365 if self.output_format == 'junit':
1718 elif _cpplint_state.output_format == 'junit':
6765 if val not in ('emacs', 'vs7', 'eclipse', 'junit', 'sed', 'gsed'):
6767 'sed, gsed and junit.')
6899 if _cpplint_state.output_format == 'junit':