Searched refs:snapshot_input_buffer (Results 1 – 1 of 1) sorted by relevance
234 let snapshot_input_buffer = snapshot in test_inactive_sleep_resume() localVariable244 assert_eq!(snapshot_input_buffer.len(), b"Hello".len()); in test_inactive_sleep_resume()245 assert_eq!(snapshot_input_buffer[0].as_i64(), Some(b'H' as i64)); in test_inactive_sleep_resume()246 assert_eq!(snapshot_input_buffer[1].as_i64(), Some(b'e' as i64)); in test_inactive_sleep_resume()247 assert_eq!(snapshot_input_buffer[2].as_i64(), Some(b'l' as i64)); in test_inactive_sleep_resume()248 assert_eq!(snapshot_input_buffer[3].as_i64(), Some(b'l' as i64)); in test_inactive_sleep_resume()249 assert_eq!(snapshot_input_buffer[4].as_i64(), Some(b'o' as i64)); in test_inactive_sleep_resume()