Searched refs:numberOfSubtests (Results 1 – 1 of 1) sorted by relevance
75 public int numberOfSubtests; field in KTapResultParser.TestResult86 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()