Home
last modified time | relevance | path

Searched refs:SUBTEST_COUNT (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DKTapResultParser.java123 static final String SUBTEST_COUNT = "count"; field in KTapResultParser
134 Pattern.compile(String.format("^\\s*1..(?<%s>\\d+)", SUBTEST_COUNT));
211 currentTest.numberOfSubtests = Integer.parseInt(matcher.group(SUBTEST_COUNT)); in processLines()