Searched refs:test_str (Results 1 – 1 of 1) sorted by relevance
929 let test_str = String::from("do_nothing"); in test_device_key_wrapok() localVariable931 assert_eq!(key.apply_action(test_str.clone()), Ok(test_str)); in test_device_key_wrapok()936 let test_str = String::from("do_nothing"); in test_device_key_to_section() localVariable938 assert_eq!(key.apply_action(test_str.clone()), Ok(test_str)); in test_device_key_to_section()