Searched refs:test_file_path (Results 1 – 2 of 2) sorted by relevance
100 FilePath test_file_path(test_dir_path); in TEST_F() local101 test_file_path = test_file_path.AppendASCII( in TEST_F()104 NavigateToURL(URLRequestMockHTTPJob::GetMockUrl(test_file_path)); in TEST_F()252 FilePath test_file_path(test_dir_path); in TEST_F() local253 test_file_path = test_file_path.AppendASCII(kTestDatas[i].test_file_name); in TEST_F()255 URLRequestMockHTTPJob::GetMockUrl(test_file_path); in TEST_F()
581 test_file_path = os.path.join(test_dir_path, 'test_file2')582 write_into_file_at_path(test_file_path, 'test content')1214 test_file_path = os.path.join(self.git_checkout_path, test_file_name)1216 write_into_file_at_path(test_file_path, file_contents, encoding=None)1226 self.assertEqual(file_contents, read_from_path(test_file_path, encoding=None))1229 write_into_file_at_path(test_file_path, file_contents, encoding=None)