Home
last modified time | relevance | path

Searched refs:load_result (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_file_test.rs202 let mut load_result = String::new(); in test_save_string_to_file_001() localVariable
205 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() localVariable
232 let mut load_result = String::new(); in test_save_string_to_file_003() localVariable
236 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() localVariable
251 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 …]