Searched refs:expect_ne (Results 1 – 4 of 4) sorted by relevance
/trusty/user/app/keymint/ |
D | monotonic_clock.rs | 45 use test::{expect, expect_ne}; 56 expect_ne!(time1, ((u64::MAX / 1000) / 1000) as i64, "time1 shouldn't indicate an error"); in get_milliseconds_since_boot_test() 57 expect_ne!(time2, ((u64::MAX / 1000) / 1000) as i64, "time2 shouldn't indicate an error"); in get_milliseconds_since_boot_test()
|
D | keys.rs | 302 use test::{expect, expect_eq, expect_ne, skip}; 318 expect_ne!(key, [0; TRUSTY_KM_KAK_SIZE], "key agreement key should not be 0s"); in kak_call_returns_key() 348 expect_ne!( in kek_call_returns_key() 405 expect_ne!(kek1.0, kek2.0, "kek keys should be different"); in kek_with_different_context_return_different_keys() 427 expect_ne!(kek1.0, kek2.0, "kek keys should be different"); in legacy_kek_is_different_than_non_legacy() 463 expect_ne!(curr_version, 0, "Current version should not be 0"); in current_version_to_u32()
|
D | secure_deletion_secret_manager.rs | 671 use test::{expect, expect_eq, expect_ne}; 706 expect_ne!( in secret_data_is_cached() 783 expect_ne!( in new_secret_data_file_expands() 788 expect_ne!( in new_secret_data_file_expands() 814 expect_ne!( in new_secret_data_file_expands() 819 expect_ne!( in new_secret_data_file_expands() 851 expect_ne!( in new_secret_data_file_expands() 856 expect_ne!( in new_secret_data_file_expands() 942 expect_ne!( in new_secret_data_dont_affect_neighbors()
|
/trusty/user/base/lib/unittest-rust/src/ |
D | macros.rs | 148 macro_rules! expect_ne { macro
|