Home
last modified time | relevance | path

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

/cts/tests/tests/icu/tools/android/icu/cts/tools/
DGenerateTestCaseXML.java45 static final String TAG_CASE = "TestCase"; field in GenerateTestCaseXML
225 Element testCaseElement = appendElement(parent, TAG_CASE); in addInformation()
/cts/tools/utils/
DDescriptionGenerator.java77 static final String TAG_CASE = "TestCase"; field in DescriptionGenerator
502 Node leafSuiteElem = parent.appendChild(mDoc.createElement(TAG_CASE)); in appendSuiteToElementImpl()