Searched refs:expectedFile (Results 1 – 3 of 3) sorted by relevance
798 File expectedFile = store.getCertificateFile(dir, cert); in testSystemCaCertsUseCorrectFileNames() local800 expectedFile.getAbsolutePath(), actualFile.getAbsolutePath()); in testSystemCaCertsUseCorrectFileNames()824 File expectedFile = store.getCertificateFile(dir, cert); in testSystemCaCertsUseCorrectFileNames() local825 if (!expectedFile.isFile()) { in testSystemCaCertsUseCorrectFileNames()827 + ": " + expectedFile.getAbsolutePath()); in testSystemCaCertsUseCorrectFileNames()
162 utility::TmpFile expectedFile(expected); in checkEq() local165 resultFile.getPath() + ' ' + expectedFile.getPath(); in checkEq()
1484 File expectedFile = specification.resolveFile("expected.txt"); in runArtTestDoRunOnArt() local1485 String expected = com.google.common.io.Files.toString(expectedFile, Charsets.UTF_8); in runArtTestDoRunOnArt()1511 specification.resolveFile("check").toString(), expectedFile.toString(), in runArtTestDoRunOnArt()