Searched refs:assert_result_matches (Results 1 – 1 of 1) sorted by relevance
294 assert_result_matches(res, SecretkeeperError::EntryNotFound) in assert_entry_not_found()299 assert_result_matches(res, SecretkeeperError::DicePolicyError) in assert_dice_policy_error()302 fn assert_result_matches(res: Result<Secret, Error>, want: SecretkeeperError) { in assert_result_matches() function