Home
last modified time | relevance | path

Searched refs:assert_help_string (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/argh/tests/
Dlib.rs251 assert_help_string::<Cmd>( in multiline_doc_comment_description()
337 fn assert_help_string<T: FromArgs>(help_str: &str) { in assert_help_string() function
389 assert_help_string::<Repeating>( in repeating()
411 assert_help_string::<WithArgName>( in with_arg_name()
446 assert_help_string::<LastRepeating>( in repeating()
529 assert_help_string::<LastRepeatingGreedy>( in positional_greedy()
1140 assert_help_string::<HelpExample>( in help_example()
1183 assert_help_string::<WithArgName>( in with_arg_name()
1213 assert_help_string::<Cmd>( in hidden_help_attribute()