Searched refs:load_cert_path_from_json_file (Results 1 – 3 of 3) sorted by relevance
75 cert_paths.load_cert_path_from_json_file(VALID_CERT_PATH); in test_successful_load_cert_path()82 cert_paths.load_cert_path_from_json_file(NON_EXISTEND_CERT_PATH); in test_invalid_cert_path_file_path()92 cert_paths.load_cert_path_from_json_file(INVALID_STRUCTURE_CERT_PATH); in test_invalid_cert_path_json_structure()102 cert_paths.load_cert_path_from_json_file(EMPTY_CERT_PATH); in test_empty_cert_path_json_file()
55 cert_paths.load_cert_path_from_json_file(TRUSTED_CERT_PATH); in get_cert_path()57 cert_paths.load_cert_path_from_json_file(TRUSTED_CERT_PATH_TEST); in get_cert_path()
261 pub fn load_cert_path_from_json_file(&mut self, file_path: &str) { in load_cert_path_from_json_file() method