Searched refs:output_file_contents (Results 1 – 2 of 2) sorted by relevance
269 std::string* output_file_contents, in CreateAndDump() argument821 std::string output_file_contents; in TEST_F() local822 ASSERT_TRUE(CreateAndDump(file_contents, &output_file_contents)); in TEST_F()823 ASSERT_EQ(output_file_contents, file_contents); in TEST_F()834 std::string output_file_contents; in TEST_F() local836 ASSERT_EQ(output_file_contents, file_contents); in TEST_F()851 std::string output_file_contents; in TEST_F() local1110 std::string output_file_contents; in TEST_F() local1115 ASSERT_EQ(output_file_contents, expected_contents); in TEST_F()1129 std::string output_file_contents; in TEST_F() local[all …]
1292 string output_file_contents; in TEST_F() local1293 EXPECT_FALSE(io_delegate_.GetWrittenContents(options.OutputFile(), &output_file_contents)); in TEST_F()