Searched refs:TEST_CASE_RESULT_PATTERN (Results 1 – 1 of 1) sorted by relevance
135 static final Pattern TEST_CASE_RESULT_PATTERN = field in KTapResultParser145 static final Predicate<String> IS_TEST_CASE_RESULT = TEST_CASE_RESULT_PATTERN.asPredicate();213 Matcher matcher = TEST_CASE_RESULT_PATTERN.matcher(line); in processLines()