Searched refs:expected_contents (Results 1 – 2 of 2) sorted by relevance
92 string* expected_contents = FindPtrOrNull(files_, virtual_filename); in ExpectFileMatches() local93 ASSERT_TRUE(expected_contents != NULL) in ExpectFileMatches()100 EXPECT_TRUE(actual_contents == *expected_contents) in ExpectFileMatches()
270 const char* expected_contents) { in ExpectFileContents() argument283 EXPECT_EQ(expected_contents, file_contents); in ExpectFileContents()