Searched refs:actual_contents (Results 1 - 5 of 5) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_bootstrap_unittest.cc | 93 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 D | zip_reader_unittest.cc | 244 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 D | csharp_bootstrap_unittest.cc | 87 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 D | zip_reader_unittest.cc | 242 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 D | zip_reader_unittest.cc | 244 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