Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSubprocessTestResultsParserTest.java416 final String parentTestTag = "test_tag_in_parent_process"; in testParse_testTagNotOverwrite() local
418 context.setTestTag(parentTestTag); in testParse_testTagNotOverwrite()
431 assertEquals(parentTestTag, context.getTestTag()); in testParse_testTagNotOverwrite()