Searched refs:expected_output_path (Results 1 – 2 of 2) sorted by relevance
220 def __init__(self, script_path, expected_output_path, logfile): argument229 self._expected_output_path = expected_output_path
3074 void Test(const Options& options, const std::string expected_output_path) { in Test() argument3077 EXPECT_TRUE(io_delegate_.GetWrittenContents(expected_output_path, nullptr)); in Test()