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.java450 final String parentTestTag = "test_tag_in_parent_process"; in testParse_testTagNotOverwrite() local
452 context.setTestTag(parentTestTag); in testParse_testTagNotOverwrite()
465 assertEquals(parentTestTag, context.getTestTag()); in testParse_testTagNotOverwrite()