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

  /cts/tests/tests/content/src/android/content/cts/
ImageCaptureUriExtraToClipDataTest.java 73 assertFileContents();
79 assertFileContents();
85 assertFileContents();
105 private void assertFileContents() {
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/
ExecFileLoaderTest.java 93 assertFileContents(file, "a");
103 assertFileContents(file, "a", "bb");
113 assertFileContents(file, "a");
133 private void assertFileContents(File file, String... expected)
  /cts/tests/app/src/android/app/cts/
DownloadManagerTestBase.java 222 assertFileContents(file, contents);
235 protected static void assertFileContents(File file, String contents) {
  /external/autotest/client/common_lib/
utils_unittest.py 492 def assertFileContents(self, contents, *path_segments):
527 self.assertFileContents("line 1\n", "dest_only")
534 self.assertFileContents("line 1\nline 2\n", "in_both")
541 self.assertFileContents("line 1\nline 3\n", "in_both")
548 self.assertFileContents("dest line\n", "in_dest")
549 self.assertFileContents("src line\n", "in_src")
560 self.assertFileContents("subdir line\n", "src_subdir", "subfile")
561 self.assertFileContents("dest line\nsrc line\n", "both_subdir",
    [all...]

Completed in 445 milliseconds