Lines Matching refs:get_short
45 assert_eq!(arg.get_short(), Some('b')); in short()
53 assert_eq!(arg.get_short(), Some('b')); in short()
61 assert_eq!(arg.get_short(), Some('b')); in short()
69 assert_eq!(arg.get_short(), Some('b')); in short()
84 assert_eq!(arg.get_short(), Some('b')); in short_and_long()
93 assert_eq!(arg.get_short(), Some('b')); in short_and_long()
102 assert_eq!(arg.get_short(), Some('b')); in short_and_long()
111 assert_eq!(arg.get_short(), Some('b')); in short_and_long()
191 assert_eq!(arg.get_short(), Some('b')); in short_with_value()
199 assert_eq!(arg.get_short(), Some('b')); in short_with_value()
207 assert_eq!(arg.get_short(), Some('b')); in short_with_value()
215 assert_eq!(arg.get_short(), Some('b')); in short_with_value()