Searched defs:expectedContent (Results 1 – 2 of 2) sorted by relevance
787 private void assertContent(Uri uri, String expectedContent) throws IOException { in assertContent()795 private void assertZipContent(Uri uri, String entryName, String expectedContent) in assertZipContent()
58 #define ASSERT_FILE_CONTENT(path, expectedContent) ASSERT_EQ(expectedContent, ReadTestFile(path)) argument