Lines Matching refs:err
9 if let Err(err) = result { in test_controlled_get_from()
10 assert_eq!(stun::Error::ErrAttributeNotFound, err, "unexpected error"); in test_controlled_get_from()
31 if let Err(err) = result { in test_controlled_get_from()
32 assert!(is_attr_size_invalid(&err), "should error"); in test_controlled_get_from()
46 if let Err(err) = result { in test_controlling_get_from()
47 assert_eq!(stun::Error::ErrAttributeNotFound, err, "unexpected error"); in test_controlling_get_from()
68 if let Err(err) = result { in test_controlling_get_from()
69 assert!(is_attr_size_invalid(&err), "should error"); in test_controlling_get_from()
85 if let Err(err) = result { in test_control_get_from()
86 assert_eq!(stun::Error::ErrAttributeNotFound, err, "unexpected error"); in test_control_get_from()
96 if let Err(err) = result { in test_control_get_from()
97 assert_eq!(stun::Error::ErrAttributeNotFound, err, "unexpected error"); in test_control_get_from()
121 if let Err(err) = result { in test_control_get_from()
122 assert!(is_attr_size_invalid(&err), "should error"); in test_control_get_from()
134 if let Err(err) = result { in test_control_get_from()
135 assert_eq!(stun::Error::ErrAttributeNotFound, err, "unexpected error"); in test_control_get_from()
159 if let Err(err) = result { in test_control_get_from()
160 assert!(is_attr_size_invalid(&err), "should error"); in test_control_get_from()