Searched refs:AssertFileEntryContentsEq (Results 1 – 1 of 1) sorted by relevance
/system/libziparchive/ |
D | zip_writer_test.cc | 26 static ::testing::AssertionResult AssertFileEntryContentsEq(const std::string& expected, 70 ASSERT_TRUE(AssertFileEntryContentsEq(expected, handle, &data)); in TEST_F() 102 ASSERT_TRUE(AssertFileEntryContentsEq("he", handle, &data)); in TEST_F() 108 ASSERT_TRUE(AssertFileEntryContentsEq("llo", handle, &data)); in TEST_F() 248 ASSERT_TRUE(AssertFileEntryContentsEq("helo", handle, &data)); in TEST_F() 345 ASSERT_TRUE(AssertFileEntryContentsEq(kKeepThis, handle, &data)); in TEST_F() 350 ASSERT_TRUE(AssertFileEntryContentsEq(kReplaceWithThis, handle, &data)); in TEST_F() 374 ASSERT_TRUE(AssertFileEntryContentsEq(expected, handle, &data)); in TEST_F() 406 static ::testing::AssertionResult AssertFileEntryContentsEq(const std::string& expected, in AssertFileEntryContentsEq() function
|