Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DKTapResultParser.java75 public int numberOfSubtests; field in KTapResultParser.TestResult
86 numberOfSubtests = 0; in TestResult()
194 || (currentTest.expectSubtests && currentTest.numberOfSubtests > 0)) { in processLines()
211 currentTest.numberOfSubtests = Integer.parseInt(matcher.group(SUBTEST_COUNT)); in processLines()
232 && (currentTest.numberOfSubtests != 0 in processLines()
234 == currentTest.numberOfSubtests))) { in processLines()
250 if (currentTest.numberOfSubtests != 0 in processLines()