HomeSort by relevance Sort by last modified time
    Searched refs:expectedFile (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/test/java/libcore/xml/
NodeTest.java 69 private void assertFileUriEquals(File expectedFile, String actual) {
70 assertTrue("Expected URI for: " + expectedFile + " but was " + actual + ". ",
71 actual.equals("file:" + expectedFile)
72 || actual.equals("file://" + expectedFile));
DomTest.java     [all...]
  /art/tools/checker/file_format/c1visualizer/
test.py 39 expectedFile = self.createFile(expectedData)
41 return self.assertEqual(expectedFile, actualFile)
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
EvenMoreAsserts.java 92 String expectedFile = TestUtils.dumpToCacheDir(context, "expected", ".jpg", expected);
98 " Data written to " + expectedFile + " and " + actualFile);
  /external/conscrypt/src/test/java/org/conscrypt/
TrustedCertificateStoreTest.java 800 File expectedFile = store.getCertificateFile(dir, cert);
802 expectedFile.getAbsolutePath(), actualFile.getAbsolutePath());
805 // from a file (hopefully the same one as the expectedFile above). As opposed to
826 File expectedFile = store.getCertificateFile(dir, cert);
827 if (!expectedFile.isFile()) {
829 + ": " + expectedFile.getAbsolutePath());
    [all...]
  /external/parameter-framework/upstream/test/functional-tests/
Handle.cpp 162 utility::TmpFile expectedFile(expected);
165 resultFile.getPath() + ' ' + expectedFile.getPath();
  /art/tools/checker/file_format/checker/
test.py 209 expectedFile = self.createFile(expectedData)
211 return self.assertEqual(expectedFile, actualFile)
  /cts/hostsidetests/security/src/android/security/cts/
SELinuxHostTest.java 239 * @param expectedFile
244 private void assertFileStartsWith(File expectedFile, File actualFile) throws Exception {
245 BufferedReader expectedReader = new BufferedReader(new FileReader(expectedFile.getAbsolutePath()));
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 

Completed in 248 milliseconds