Home
last modified time | relevance | path

Searched defs:expectedFile (Results 1 – 3 of 3) sorted by relevance

/tools/platform-compat/javatest/android/processor/compat/changeid/
DChangeIdProcessorTest.java109 String expectedFile = HEADER + "<config>" + in testCompatConfigXmlOutput() local
198 String expectedFile = HEADER + "<config>" + in testCompatConfigXmlOutput_innerClass() local
230 String expectedFile = HEADER + "<config>" + in testCompatConfigXmlOutput_interface() local
263 String expectedFile = HEADER + "<config>" + in testCompatConfigXmlOutput_enum() local
366 String expectedFile = HEADER + "<config>" + in testLoggingOnly() local
525 String expectedFile = HEADER + "<config>" + in testCompatConfigXmlOutput_hideTag() local
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandFileParserTest.java456 final File expectedFile = new File(MOCK_FILE_PATH, includeFileName); in testMacroParserInclude_parentDir() local
491 final File expectedFile = new File(includeFileName); in testMacroParserInclude_absoluteInclude() local
522 final File expectedFile = new File(includeFileName); in testMacroParserInclude_noParentDir() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DArtRunTest.java146 File expectedFile = getDependencyFileFromRunTestDir(testInfo, "expected.txt"); in runArtTest() local