Searched refs:ResultDirective (Results 1 – 1 of 1) sorted by relevance
62 enum ResultDirective { enum in KTapResultParser80 public ResultDirective directive;110 new ResultDirective[] {111 ResultDirective.SKIP,112 ResultDirective.TODO,113 ResultDirective.XFAIL,114 ResultDirective.TIMEOUT,115 ResultDirective.ERROR223 ResultDirective directive = in processLines()225 ? ResultDirective.valueOf(matcher.group(DIRECTIVE)) in processLines()[all …]