Searched refs:expectedFile (Results 1 – 3 of 3) sorted by relevance
109 String expectedFile = HEADER + "<config>" + in testCompatConfigXmlOutput() local124 "Compat_compat_config.xml").contentsAsString(UTF_8).isEqualTo(expectedFile); in testCompatConfigXmlOutput()198 String expectedFile = HEADER + "<config>" + in testCompatConfigXmlOutput_innerClass() local209 "Compat.Inner_compat_config.xml").contentsAsString(UTF_8).isEqualTo(expectedFile); in testCompatConfigXmlOutput_innerClass()230 String expectedFile = HEADER + "<config>" + in testCompatConfigXmlOutput_interface() local241 "Compat_compat_config.xml").contentsAsString(UTF_8).isEqualTo(expectedFile); in testCompatConfigXmlOutput_interface()263 String expectedFile = HEADER + "<config>" + in testCompatConfigXmlOutput_enum() local274 "Compat_compat_config.xml").contentsAsString(UTF_8).isEqualTo(expectedFile); in testCompatConfigXmlOutput_enum()366 String expectedFile = HEADER + "<config>" + in testLoggingOnly() local377 "Compat_compat_config.xml").contentsAsString(UTF_8).isEqualTo(expectedFile); in testLoggingOnly()[all …]
456 final File expectedFile = new File(MOCK_FILE_PATH, includeFileName); in testMacroParserInclude_parentDir() local467 } else if (expectedFile.equals(file)) { in testMacroParserInclude_parentDir()491 final File expectedFile = new File(includeFileName); in testMacroParserInclude_absoluteInclude() local502 } else if (expectedFile.equals(file)) { in testMacroParserInclude_absoluteInclude()522 final File expectedFile = new File(includeFileName); in testMacroParserInclude_noParentDir() local533 } else if (expectedFile.equals(file)) { in testMacroParserInclude_noParentDir()
146 File expectedFile = getDependencyFileFromRunTestDir(testInfo, "expected.txt"); in runArtTest() local147 CLog.i("Found expected output for run-test %s: %s", mRunTestName, expectedFile); in runArtTest()148 String expected = FileUtil.readStringFromFile(expectedFile); in runArtTest()