Lines Matching defs:test_file

27     let mut test_file = PathBuf::from(TEST_FOLDER);  in it_read_and_write_work()  localVariable
44 let mut test_file = PathBuf::from(TEST_FOLDER); in it_read_not_exist_file() localVariable
62 let mut test_file = PathBuf::from(TEST_FOLDER); in it_read_not_file() localVariable
78 let mut test_file = PathBuf::from(TEST_FOLDER); in it_write_not_file() localVariable
99 let mut test_file = PathBuf::from(TEST_FOLDER); in it_remove_file() localVariable
111 let mut test_file = PathBuf::from(TEST_FOLDER); in it_copy_work() localVariable
133 let mut test_file = PathBuf::from(TEST_FOLDER); in it_copy_not_file() localVariable
169 let mut test_file = PathBuf::from(TEST_FOLDER); in it_copy_source_not_exist() localVariable
202 let mut test_file = PathBuf::from(TEST_FOLDER); in it_copy_exist_overwrite() localVariable
231 let mut test_file = PathBuf::from(TEST_FOLDER); in it_copy_exist_not_overwrite() localVariable
260 let mut test_file = PathBuf::from(TEST_FOLDER); in it_copy_exist_skip_exist() localVariable
286 let mut test_file = PathBuf::from(TEST_FOLDER); in it_copy_exist_overwrite_and_skip_exist() localVariable
315 let mut test_file = PathBuf::from(TEST_FOLDER); in it_copy_with_progress_work() localVariable
348 let mut test_file = PathBuf::from(TEST_FOLDER); in it_copy_progress_not_file() localVariable
386 let mut test_file = PathBuf::from(TEST_FOLDER); in it_copy_with_progress_work_dif_buf_size() localVariable
434 let mut test_file = PathBuf::from(TEST_FOLDER); in it_copy_with_progress_source_not_exist() localVariable
471 let mut test_file = PathBuf::from(TEST_FOLDER); in it_copy_with_progress_exist_overwrite() localVariable
503 let mut test_file = PathBuf::from(TEST_FOLDER); in it_copy_with_progress_exist_not_overwrite() localVariable
536 let mut test_file = PathBuf::from(TEST_FOLDER); in it_copy_with_progress_exist_skip_exist() localVariable
565 let mut test_file = PathBuf::from(TEST_FOLDER); in it_copy_with_progress_exist_overwrite_and_skip_exist() localVariable
598 let mut test_file = PathBuf::from(TEST_FOLDER); in it_move_work() localVariable
623 let mut test_file = PathBuf::from(TEST_FOLDER); in it_move_not_file() localVariable
661 let mut test_file = PathBuf::from(TEST_FOLDER); in it_move_source_not_exist() localVariable
695 let mut test_file = PathBuf::from(TEST_FOLDER); in it_move_exist_overwrite() localVariable
724 let mut test_file = PathBuf::from(TEST_FOLDER); in it_move_exist_not_overwrite() localVariable
754 let mut test_file = PathBuf::from(TEST_FOLDER); in it_move_exist_skip_exist() localVariable
780 let mut test_file = PathBuf::from(TEST_FOLDER); in it_move_exist_overwrite_and_skip_exist() localVariable
813 let mut test_file = PathBuf::from(TEST_FOLDER); in it_move_with_progress_work() localVariable
848 let mut test_file = PathBuf::from(TEST_FOLDER); in it_move_progress_not_file() localVariable
887 let mut test_file = PathBuf::from(TEST_FOLDER); in it_move_with_progress_work_dif_buf_size() localVariable
923 let mut test_file = PathBuf::from(TEST_FOLDER); in it_move_with_progress_source_not_exist() localVariable
960 let mut test_file = PathBuf::from(TEST_FOLDER); in it_move_with_progress_exist_overwrite() localVariable
992 let mut test_file = PathBuf::from(TEST_FOLDER); in it_move_with_progress_exist_not_overwrite() localVariable
1025 let mut test_file = PathBuf::from(TEST_FOLDER); in it_move_with_progress_exist_skip_exist() localVariable
1054 let mut test_file = PathBuf::from(TEST_FOLDER); in it_move_with_progress_exist_overwrite_and_skip_exist() localVariable