Home
last modified time | relevance | path

Searched refs:actual_contents (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc93 std::string actual_contents; in ExpectFileMatches() local
96 &actual_contents, true)) in ExpectFileMatches()
98 CleanStringLineEndings(&actual_contents, false); in ExpectFileMatches()
104 File::SetContents("/tmp/actual.cc", actual_contents, true)); in ExpectFileMatches()
107 ASSERT_EQ(expected_contents, actual_contents) in ExpectFileMatches()
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_reader_unittest.cc244 std::set<base::FilePath> actual_contents; in TEST_F() local
249 actual_contents.insert(reader.current_entry_info()->file_path()); in TEST_F()
255 EXPECT_EQ(test_zip_contents_.size(), actual_contents.size()); in TEST_F()
256 EXPECT_EQ(test_zip_contents_, actual_contents); in TEST_F()
262 std::set<base::FilePath> actual_contents; in TEST_F() local
268 actual_contents.insert(reader.current_entry_info()->file_path()); in TEST_F()
274 EXPECT_EQ(test_zip_contents_.size(), actual_contents.size()); in TEST_F()
275 EXPECT_EQ(test_zip_contents_, actual_contents); in TEST_F()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_bootstrap_unittest.cc87 string actual_contents; in ExpectFileMatches() local
90 &actual_contents, true)) in ExpectFileMatches()
92 EXPECT_TRUE(actual_contents == expected_contents) in ExpectFileMatches()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader_unittest.cc242 Paths actual_contents; in TEST_F() local
249 actual_contents.push_back(entry->path); in TEST_F()
256 EXPECT_THAT(actual_contents, SizeIs(reader.num_entries())); in TEST_F()
257 EXPECT_THAT(actual_contents, ElementsAreArray(test_zip_contents_)); in TEST_F()
263 Paths actual_contents; in TEST_F() local
270 actual_contents.push_back(entry->path); in TEST_F()
277 EXPECT_THAT(actual_contents, SizeIs(reader.num_entries())); in TEST_F()
278 EXPECT_THAT(actual_contents, ElementsAreArray(test_zip_contents_)); in TEST_F()
/third_party/node/deps/zlib/google/
H A Dzip_reader_unittest.cc244 Paths actual_contents; in TEST_F() local
251 actual_contents.push_back(entry->path); in TEST_F()
258 EXPECT_THAT(actual_contents, SizeIs(reader.num_entries())); in TEST_F()
259 EXPECT_THAT(actual_contents, ElementsAreArray(test_zip_contents_)); in TEST_F()
265 Paths actual_contents; in TEST_F() local
272 actual_contents.push_back(entry->path); in TEST_F()
279 EXPECT_THAT(actual_contents, SizeIs(reader.num_entries())); in TEST_F()
280 EXPECT_THAT(actual_contents, ElementsAreArray(test_zip_contents_)); in TEST_F()

Completed in 6 milliseconds