Home
last modified time | relevance | path

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

/cts/tools/utils/
DDescriptionGenerator.java502 Node leafSuiteElem = parent.appendChild(mDoc.createElement(TAG_CASE)); in appendSuiteToElementImpl() local
503 setAttribute(leafSuiteElem, ATTRIBUTE_NAME, suiteName); in appendSuiteToElementImpl()
505 appendTestCases(leafSuiteElem, testSuite.mCases); in appendSuiteToElementImpl()