Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DKTapResultParser.java74 public boolean expectSubtests; field in KTapResultParser.TestResult
161 root.expectSubtests = true; in processResultsFileContent()
180 if (currentTest.isRoot && currentTest.version == null || !currentTest.expectSubtests) { in processLines()
194 || (currentTest.expectSubtests && currentTest.numberOfSubtests > 0)) { in processLines()
198 subtest.expectSubtests = true; in processLines()
203 currentTest.expectSubtests = true; in processLines()
210 currentTest.expectSubtests = true; in processLines()