Searched refs:load_result (Results 1 – 1 of 1) sorted by relevance
202 let mut load_result = String::new(); in test_save_string_to_file_001() localVariable205 assert_eq!(load_result, content); in test_save_string_to_file_001()217 let mut load_result = String::new(); in test_save_string_to_file_002() localVariable232 let mut load_result = String::new(); in test_save_string_to_file_003() localVariable236 assert_eq!(load_result, content); in test_save_string_to_file_003()247 let mut load_result = String::new(); in test_save_string_to_file_004() localVariable251 assert_eq!(load_result, content); in test_save_string_to_file_004()300 assert_eq!(load_result, ""); in test_save_string_to_fd_002()318 assert_eq!(load_result, content); in test_save_string_to_fd_003()337 assert_eq!(load_result, ""); in test_save_string_to_fd_004()[all …]