Searched refs:SUBTEST_NAME (Results 1 – 1 of 1) sorted by relevance
122 static final String SUBTEST_NAME = "name"; field in KTapResultParser132 Pattern.compile(String.format("^\\s*# Subtest: (?<%s>\\S+)", SUBTEST_NAME));192 String subtestName = matcher.group(SUBTEST_NAME); in processLines()