Searched refs:ContainerMock (Results 1 – 4 of 4) sorted by relevance
481 use crate::test_utils::{has_same_content, ContainerMock, StorageRootDirMock};489 let container = ContainerMock::new(); in test_add_storage_files_from_pb()527 fn init_storage(container: &ContainerMock, manager: &mut StorageFilesManager) { in init_storage() argument541 let container = ContainerMock::new(); in test_add_storage_files_from_container()613 let container = ContainerMock::new(); in test_simple_update_container_storage_files()699 let container = ContainerMock::new(); in test_overrides_after_update_container_storage_files()757 let container = ContainerMock::new(); in test_apply_all_staged_overrides()805 let container = ContainerMock::new(); in test_reset_all_storage()830 let container = ContainerMock::new(); in test_override_flag_server_on_reboot()867 let container = ContainerMock::new(); in test_override_flag_local_on_reboot()[all …]
517 use crate::test_utils::{has_same_content, ContainerMock, StorageRootDirMock};531 fn add_mockup_container_storage(container: &ContainerMock, aconfigd: &mut Aconfigd) { in add_mockup_container_storage() argument545 let container = ContainerMock::new(); in test_new_storage_request()608 let container = ContainerMock::new(); in test_server_on_boot_flag_override_request()634 let container = ContainerMock::new(); in test_local_on_boot_flag_override_request()660 let container = ContainerMock::new(); in test_local_immediate_flag_override_request()686 let container = ContainerMock::new(); in test_negative_flag_override_request()736 let container = ContainerMock::new(); in test_flag_querry_request()800 let container = ContainerMock::new(); in test_negative_flag_querry_request()819 let container = ContainerMock::new(); in test_remove_single_local_override_request()[all …]
1092 use crate::test_utils::{has_same_content, ContainerMock, StorageRootDirMock};1096 container: &ContainerMock, in create_mock_storage_files() argument1112 let container = ContainerMock::new(); in test_create_storage_file_from_container()1183 let container = ContainerMock::new(); in test_create_storage_file_from_pb()1240 let container = ContainerMock::new(); in test_get_package_flag_context()1287 let container = ContainerMock::new(); in test_has_package()1296 let container = ContainerMock::new(); in test_get_flag_attribute()1315 let container = ContainerMock::new(); in test_get_server_flag_value()1331 let container = ContainerMock::new(); in test_get_boot_flag_value()1346 let container = ContainerMock::new(); in test_get_default_flag_value()[all …]
22 pub(crate) struct ContainerMock { struct32 impl ContainerMock { impl48 impl Drop for ContainerMock { implementation